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) 196 B
import React from "react"; import { GuiInputPopoverProps } from "./GuiInputPopover.type"; export declare const GuiInputPopover: React.FC<GuiInputPopoverProps>; export default GuiInputPopover;