UNPKG

461 BTypeScriptView Raw
1import * as React from 'react';
2export interface ToolbarExpandIconWrapperProps extends React.HTMLProps<HTMLSpanElement> {
3 /** Icon content used for the expand all or collapse all indication. */
4 children?: React.ReactNode;
5 /** Additional classes added to the span */
6 className?: string;
7}
8export declare const ToolbarExpandIconWrapper: React.FunctionComponent<ToolbarExpandIconWrapperProps>;
9//# sourceMappingURL=ToolbarExpandIconWrapper.d.ts.map
\No newline at end of file