5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare const _exports: {
|
|
'Line height': string;
|
|
};
|
|
export = _exports;
|