@alifd/next
Version:
A configurable component library for web built on React.
10 lines (9 loc) • 443 B
TypeScript
import createFromIconfontCN from './icon-font';
import Icon from './icon';
import type { IconProps, IconOptions } from './types';
export type { IconProps, IconOptions };
declare const _default: import("../config-provider/types").ConfiguredComponentClass<IconProps & import("../config-provider/types").ComponentCommonProps, Icon, {}> & {
_typeMark: string;
createFromIconfontCN: typeof createFromIconfontCN;
};
export default _default;