import { IFontTypes } from './font-types.interface'; /** * Indicates the font type configuration */ export interface IFontTypeConfiguration { [propName: string]: IFontTypes; } //# sourceMappingURL=font-type-configuration.interface.d.ts.map