8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Icon from './Icon';
|
|
|
|
const Icon = withInstall<typeof _Icon>(_Icon);
|
|
|
|
export default Icon;
|
|
export { Icon };
|