UNPKG

welcome-ui

Version:

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

4 lines (3 loc) 204 B
import { IconProps } from './Icon.types'; export declare const Icon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>; export default Icon;