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