@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
8 lines • 320 B
TypeScript
import { type SelectProps } from "@mui/material";
type AdornedSelectProps = {
labelValue: string;
labelId: string;
} & SelectProps;
export default function AdornedSelect({ labelValue, ...props }: AdornedSelectProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AdornedSelect.d.ts.map