Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 12:38:01 +02:00
parent 8d7a8c70f0
commit 926d065602
23 changed files with 202 additions and 461 deletions

View File

@@ -13,4 +13,4 @@ export default {
}
} as Meta
export const Basic = (args: any) => <Component {...args}>{args.text}</Component>
export const Link = (args: any) => <Component {...args}>{args.text}</Component>