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