UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines 262 B
//#region src/FontLoader/index.d.ts interface FontLoaderProps { url: string; } declare const FontLoader: import("react").NamedExoticComponent<FontLoaderProps>; //#endregion export { FontLoaderProps, FontLoader as default }; //# sourceMappingURL=index.d.mts.map