初始化
This commit is contained in:
13
uni_modules/UniDevTools/node_modules/parse-css-font/dist/index.d.ts
generated
vendored
Normal file
13
uni_modules/UniDevTools/node_modules/parse-css-font/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface ISystemFont {
|
||||
system: string;
|
||||
}
|
||||
export interface IFont {
|
||||
style?: string;
|
||||
variant?: string;
|
||||
weight?: string;
|
||||
stretch?: string;
|
||||
size?: string;
|
||||
lineHeight?: string | number;
|
||||
family?: string[];
|
||||
}
|
||||
export default function parseCSSFont(value: string): ISystemFont | IFont;
|
||||
Reference in New Issue
Block a user