UNPKG

@crossed/demo

Version:

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

10 lines (8 loc) 251 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; };