UNPKG

next-gen-ui

Version:

Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.

10 lines 551 B
export declare const StyledFormControl: import("styled-components").StyledComponent<"div", any, {}, never>; interface StyledLabelProps { focused: boolean; error: boolean; } export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, StyledLabelProps, never>; export declare const StyledError: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledHint: import("styled-components").StyledComponent<"span", any, {}, never>; export {}; //# sourceMappingURL=styled.d.ts.map