FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
components
/
ui
/
button
Edit File: sc-button.stories.d.ts
declare const _default: { title: string; parameters: { actions: { handles: string[]; }; }; argTypes: { size: { control: { type: string; }; options: string[]; }; type: { control: { type: string; }; options: string[]; }; }; }; export default _default; export declare const Button: any;
Save
Back