Files
cinny/src/app/components/icons/index.ts

5 lines
171 B
TypeScript

export { Icon } from './Icon';
export type { IconProps } from './Icon';
export { Icons } from './lucideIcons';
export type { IconName, IconSrc, IconSize } from './types';