UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

6 lines (5 loc) 132 B
import React from 'react'; import { Font } from './fonts'; export declare const CustomFontLoader: React.FC<{ fonts: Font[]; }>;