UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

12 lines (11 loc) 668 B
import { CombinedRefs, DropdownProps } from "../Dropdown/Dropdown.types.js"; import { ToolbarButtonProps } from "./Toolbar.types.js"; import * as _$react from "react"; //#region src/components/Toolbar/ToolbarDropdown.d.ts declare const ToolbarDropdown: _$react.ForwardRefExoticComponent<{ children: _$react.ReactNode; label: _$react.ReactNode; } & Omit<DropdownProps, "label" | "children" | "condensed" | "trigger" | "toggleOnTriggerClick" | "triggerAsButton"> & Pick<ToolbarButtonProps, "icon" | "iconOnly" | "iconPosition" | "active"> & _$react.RefAttributes<CombinedRefs>>; //#endregion export { ToolbarDropdown }; //# sourceMappingURL=ToolbarDropdown.d.ts.map