UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

8 lines (7 loc) 203 B
export type DefaultFieldIconSize = 'xs' | 'sm'; export type Size = 'xs' | 'sm' | 'md' | 'lg'; declare module 'react' { interface HTMLAttributes<T> { [name: `data-${string}`]: string; } }