UNPKG

@atlrdsgn/kit

Version:

An ever–expanding library of React components, primitives, and tools

12 lines (11 loc) • 431 B
import { SectionSize, SectionVariantProps } from './section.css'; import { default as React } from 'react'; interface BASE_SECTION_PROPS { children: React.ReactNode; className?: string; size?: SectionSize; } export type SectionProps = BASE_SECTION_PROPS & SectionVariantProps & React.HTMLAttributes<HTMLDivElement>; export declare const Section: React.FC<SectionProps>; export {}; //# sourceMappingURL=section.d.ts.map