mirror of
https://github.com/dzeiocom/components.git
synced 2025-08-04 19:01:57 +00:00
@@ -11,9 +11,9 @@ export default {
|
||||
}
|
||||
} as Meta
|
||||
|
||||
export const Basic: Story<any> = (args: any) => <Component {...args} />
|
||||
export const Loader: Story<any> = (args: any) => <Component {...args} />
|
||||
|
||||
let tmp = Basic.bind({})
|
||||
let tmp = Loader.bind({})
|
||||
tmp.args = {
|
||||
auto: {interval : [10, 100], increment: [0, 5]}
|
||||
}
|
||||
|
Reference in New Issue
Block a user