UNPKG

@kelvininc/react-ui-components

Version:

Kelvin UI Components for React applications

3 lines (2 loc) 138 B
import { FontsApi, IFontOptions } from './types'; export declare const useFontsApi: ({ fontFamily, fontSize }: IFontOptions) => FontsApi;