UNPKG

@mikezimm/npmfunctions

Version:
8 lines (7 loc) 197 B
export declare type IMyTextElementTypes = 'h1' | 'h2' | 'h3' | 'p' | 'span'; export interface IDefIcon { name: string | null; color: string | null; size: any; weight: any; }