@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
33 lines (32 loc) • 935 B
text/typescript
import * as _$class_variance_authority_types0 from "class-variance-authority/types";
//#region src/base-ui/Input/style.d.ts
declare const styles: {
borderless: string;
filled: string;
input: string;
invalid: string;
outlined: string;
root: string;
shadow: string;
sizeLarge: string;
sizeMiddle: string;
sizeSmall: string;
numberControl: string;
numberControls: string;
numberInput: string;
otpCell: string;
otpRoot: string;
passwordToggle: string;
slot: string;
textarea: string;
textareaAutoSize: string;
textareaResize: string;
};
declare const rootVariants: (props?: ({
shadow?: boolean | null | undefined;
size?: "small" | "large" | "middle" | null | undefined;
variant?: "filled" | "outlined" | "borderless" | null | undefined;
} & _$class_variance_authority_types0.ClassProp) | undefined) => string;
//#endregion
export { rootVariants, styles };
//# sourceMappingURL=style.d.mts.map