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.
8 lines • 417 B
TypeScript
interface HeaderProps {
align?: 'center' | 'right' | 'left';
}
export declare const H1: import("styled-components").StyledComponent<"h1", any, HeaderProps, never>;
export declare const H2: import("styled-components").StyledComponent<"h2", any, HeaderProps, never>;
export declare const H3: import("styled-components").StyledComponent<"h3", any, HeaderProps, never>;
export {};
//# sourceMappingURL=styled.d.ts.map