19 lines
524 B
TypeScript
19 lines
524 B
TypeScript
|
declare const _default: {
|
||
|
buttonHeightSmall: string;
|
||
|
buttonHeightMedium: string;
|
||
|
buttonHeightLarge: string;
|
||
|
buttonWidthSmall: string;
|
||
|
buttonWidthMedium: string;
|
||
|
buttonWidthLarge: string;
|
||
|
buttonWidthPressedSmall: string;
|
||
|
buttonWidthPressedMedium: string;
|
||
|
buttonWidthPressedLarge: string;
|
||
|
railHeightSmall: string;
|
||
|
railHeightMedium: string;
|
||
|
railHeightLarge: string;
|
||
|
railWidthSmall: string;
|
||
|
railWidthMedium: string;
|
||
|
railWidthLarge: string;
|
||
|
};
|
||
|
export default _default;
|