UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

10 lines (9 loc) 180 B
//#region src/base-ui/controlSize.ts const controlHeight = { large: 40, middle: 32, small: 24 }; //#endregion export { controlHeight }; //# sourceMappingURL=controlSize.mjs.map