@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 461 B
TypeScript
import * as React from 'react';
export interface ToolbarExpandIconWrapperProps extends React.HTMLProps<HTMLSpanElement> {
/** Icon content used for the expand all or collapse all indication. */
children?: React.ReactNode;
/** Additional classes added to the span */
className?: string;
}
export declare const ToolbarExpandIconWrapper: React.FunctionComponent<ToolbarExpandIconWrapperProps>;
//# sourceMappingURL=ToolbarExpandIconWrapper.d.ts.map