Skip to content

Documentation / @expofp/schema / FontUrl

Type Alias: FontUrl

ts
type FontUrl = object;

Type Declaration

Index Signature

ts
[key: string]: unknown

style?

ts
optional style?: string;

url?

ts
optional url?: string;

weight?

ts
optional weight?: string | number;