UNPKG

235 BTypeScriptView Raw
1import { ReactNode } from 'react';
2declare type ToolbarGroupProps = {
3 children: ReactNode;
4};
5export declare function ToolbarGroup({ children }: ToolbarGroupProps): JSX.Element;
6export {};
7//# sourceMappingURL=ToolbarGroup.d.ts.map
\No newline at end of file