@hopeio/utils
Version:
javascript utils
18 lines (17 loc) • 405 B
TypeScript
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;
}