UNPKG

react-waitlist

Version:

A customizable waitlist form component for React applications

12 lines (11 loc) 199 B
/** * Dynamically load fonts from Google Fonts */ export declare function loadFonts(): void; /** * Font families */ export declare const fontFamilies: { inter: string; roboto: string; };