UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

8 lines 228 B
export type IMyTextElementTypes = 'h1' | 'h2' | 'h3' | 'p' | 'span'; export interface IDefIcon { name: string | null; color: string | null; size: any; weight: any; } //# sourceMappingURL=IElements.d.ts.map