@gsretail.com/gui-core
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
7 lines (6 loc) • 366 B
TypeScript
import React from "react";
import { GuiInputProps } from "./GuiInput.type";
export declare const GuiInput: import("@emotion/styled").StyledComponent<React.PropsWithChildren<typeof React.forwardRef | (GuiInputProps & import("../../assets/theme/createGuiTheme").WithGuiTheme)> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export default GuiInput;