UNPKG

react-initial-avatar

Version:
4 lines (3 loc) 229 B
type StyleProp = "height" | "width" | "fontSize" | "backgroundColor" | "color" | "borderRadius" | "borderWidth" | "borderColor"; export declare const safe_style: (prop: StyleProp, value: any, unit?: string) => string; export {};