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

@ -14,6 +14,6 @@ export default {
}
} as Meta
export const Basic = (args: any) => (
export const Container = (args: any) => (
<Component {...args}><Text>Test</Text></Component>
)