UNPKG

vajrazenui

Version:

VajraZenUI: Empower your React projects with a dynamic component library developed in React.JS, TypeScript and Styled-Components.

6 lines (5 loc) 173 B
type UseFontsType = { fontName: string; }; export declare const useFonts: ({ fontName, }: UseFontsType) => Array<string | string[] | Record<string, string>>; export {};