Created
August 25, 2021 03:50
-
-
Save itaditya/a1db17d2f6ab3666005939d7d1279f32 to your computer and use it in GitHub Desktop.
Storybook + JSDoc + Typescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export type ButtonProps = { | |
backgroundColor?: string; | |
primary?: boolean; | |
size?: 'small' | 'medium' | 'large'; | |
label: string; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment