component-variant.type.d.ts 167 B

1234
  1. /**
  2. * Used for some components to determine the variance of diverse elements.
  3. */
  4. export type ComponentVariant = 'blank' | 'solid' | 'outline' | 'flat' | 'gradient';