UNPKG

@hopeio/utils

Version:
18 lines (17 loc) 405 B
export interface iconType { inline?: boolean; width?: string | number; height?: string | number; horizontalFlip?: boolean; verticalFlip?: boolean; flip?: string; rotate?: number | string; color?: string; horizontalAlign?: boolean; verticalAlign?: boolean; align?: string; onLoad?: Function; includes?: Function; fill?: string; style?: object; }