UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

4 lines (3 loc) 278 B
import { SectionProps } from './interface'; export declare const StyledSection: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const StyledSectionContainer: import("styled-components").StyledComponent<"div", any, SectionProps, never>;