forked from mirror/misskey
15 lines
246 B
TypeScript
15 lines
246 B
TypeScript
![]() |
export const Default = {
|
||
|
render(args, { argTypes }) {
|
||
|
return {
|
||
|
components: {
|
||
|
MkAnalogClock,
|
||
|
},
|
||
|
props: Object.keys(argTypes),
|
||
|
template: '<MkAnalogClock v-bind="$props" />',
|
||
|
};
|
||
|
},
|
||
|
parameters: {
|
||
|
layout: 'fullscreen',
|
||
|
},
|
||
|
};
|