UNPKG

@hc.ds/mobile

Version:
11 lines 317 B
import React from 'react'; import type { IconProps } from './type'; /** * @deprecated This component is deprecated. * * Please use `import { Icon } from '@/ui/core/icon/icon';` * * Why: This component lacks PRO icons support. */ export declare const Icon: React.FC<IconProps>; //# sourceMappingURL=icon.d.ts.map