export interface IconfontConfig {
    scriptUrl?: string;
    extraCommonProps?: any;
}
