@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
7 lines • 321 B
TypeScript
import { Select } from "@mui/material";
type ThemeSelectProps = {
kind: "filled" | "outlined" | "text";
} & React.ComponentProps<typeof Select>;
export declare const ThemeSelect: ({ kind, sx, ...rest }: ThemeSelectProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ThemeSelect.d.ts.map