4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export { default } from './Icon';
|
|
export type { Icons } from './Icon';
|
|
export type { IconProps } from './types';
|