UNPKG
@samuelmeuli/font-manager
Version:
latest (1.4.0)
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Manages, downloads and applies Google Fonts for picker components
samuelmeuli/font-manager
@samuelmeuli/font-manager
/
dist
/
font-styles
/
declarations.d.ts
4 lines
•
283 B
TypeScript
View Raw
1
2
3
4
import
{
Font
}
from
"../types"
;
export
declare
function
applyFontPreview
(
previewFont
:
Font
,
selectorSuffix
:
string
):
void
;
export
declare
function
applyActiveFont
(
activeFont
:
Font
,
previousFontFamily
:
string
,
selectorSuffix
:
string
):
void
;
//# sourceMappingURL=declarations.d.ts.map