UNPKG

@lobehub/ui

Version:

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

10 lines 281 B
//#region src/base-ui/controlSize.d.ts declare const controlHeight: { readonly large: 40; readonly middle: 32; readonly small: 24; }; type ControlSize = keyof typeof controlHeight; //#endregion export { ControlSize, controlHeight }; //# sourceMappingURL=controlSize.d.mts.map