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) 206 B
import * as React from 'react'; import { GuiDialogContentProps } from './GuiDialogContent.type'; export declare const GuiDialogContent: React.FC<GuiDialogContentProps>; export default GuiDialogContent;