@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
7 lines • 345 B
TypeScript
import { type FabProps } from "@mui/material";
type CodeFabProps = {
selected?: boolean;
} & Omit<FabProps, "variant" | "color">;
export declare const SelectableFab: import("react").ForwardRefExoticComponent<Omit<CodeFabProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
export {};
//# sourceMappingURL=SelectableFab.d.ts.map