UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 434 B
import React, { HTMLAttributes, PropsWithoutRef } from "react"; export interface ToolbarProps extends HTMLAttributes<HTMLDivElement> { open: boolean; renderInPortal?: boolean; } export declare function Toolbar({ open, renderInPortal, children, className, style, }: PropsWithoutRef<ToolbarProps>): React.JSX.Element | null; export declare namespace Toolbar { var displayName: string; } //# sourceMappingURL=Toolbar.d.ts.map