UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

8 lines (5 loc) 182 B
import { ComponentPropsWithRef } from 'react'; type IconProps = ComponentPropsWithRef<'span'> & { size?: 'large' | 'medium' | 'small' | 'xsmall'; }; export type { IconProps };