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) 201 B
import React from 'react'; import { GuiLayoutContentProps } from './GuiLayoutContent.type'; export declare const GuiLayoutContent: React.FC<GuiLayoutContentProps>; export default GuiLayoutContent;