15 lines
392 B
TypeScript
15 lines
392 B
TypeScript
declare const _default: {
|
|
extraFontSizeSmall: string;
|
|
extraFontSizeMedium: string;
|
|
extraFontSizeLarge: string;
|
|
titleFontSizeSmall: string;
|
|
titleFontSizeMedium: string;
|
|
titleFontSizeLarge: string;
|
|
closeSize: string;
|
|
closeIconSize: string;
|
|
headerHeightSmall: string;
|
|
headerHeightMedium: string;
|
|
headerHeightLarge: string;
|
|
};
|
|
export default _default;
|