UNPKG

@crossed/demo

Version:

A universal & performant styling library for React Native, Next.js & React

9 lines 295 B
import type { colorVariants, sizeVariants, spaceVariants } from '@crossed/ui'; export type Props = { size: keyof typeof sizeVariants; color: keyof typeof colorVariants; weight: string; variant: string; space: keyof typeof spaceVariants; }; //# sourceMappingURL=props.d.ts.map