@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
23 lines (22 loc) • 633 B
TypeScript
import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes';
declare const size: {
sm: string;
md: string;
lg: string;
vw: string;
};
/** ------------------------------------------------------- */
export declare const SEC_ROOT: string;
/** ------------------------------------------------------- */
export type SectionSize = keyof typeof size;
export type SectionVariantProps = RecipeVariants<typeof section>;
export declare const section: RuntimeFn<{
size: {
sm: string;
md: string;
lg: string;
vw: string;
};
}>;
export {};
//# sourceMappingURL=section.css.d.ts.map