UNPKG

@kelvininc/react-ui-components

Version:

Kelvin UI Components for React applications

10 lines (9 loc) 189 B
export type FontsApi = { isFontLoaded: boolean; checkFont: () => boolean; loadFont: () => void; }; export type IFontOptions = { fontFamily: string; fontSize: number; };