UNPKG

405 BTypeScriptView Raw
1import * as React from 'react';
2export interface ActionGroupProps extends React.HTMLProps<HTMLDivElement> {
3 /** Anything that can be rendered as ActionGroup content. */
4 children?: React.ReactNode;
5 /** Additional classes added to the ActionGroup. */
6 className?: string;
7}
8export declare const ActionGroup: React.FunctionComponent<ActionGroupProps>;
9//# sourceMappingURL=ActionGroup.d.ts.map
\No newline at end of file