UNPKG
aesthetic-utils
Version:
latest (3.1.0)
next (3.0.0-alpha.1)
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.1
3.0.0-alpha.0
2.0.1
2.0.0
2.0.0-rc.0
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.0
1.3.0
1.3.0-rc.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
Utility functions for Aesthetic.
milesj/aesthetic
aesthetic-utils
/
lib
/
formatFontFace.d.ts
9 lines
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
FontFaceLike
{ [
key
:
string
]:
unknown
;
local
?:
string
[];
src
?:
string
;
srcPaths
?:
string
|
string
[]; }
export
default
function
formatFontFace<T
extends
FontFaceLike
>(
properties
:
Partial
<T>):
Omit
<T,
'local'
|
'srcPaths'
>;
export
{};
//# sourceMappingURL=formatFontFace.d.ts.map