UNPKG

@gsretail.com/gui-core

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

5 lines (4 loc) 171 B
import * as React from 'react'; import { GuiDialogProps } from './GuiDialog.type'; export declare const GuiDialog: React.FC<GuiDialogProps>; export default GuiDialog;