UNPKG

406 BTypeScriptView Raw
1import * as React from 'react';
2export interface ActionListGroupProps extends React.HTMLProps<HTMLDivElement> {
3 /** Children of the action list group */
4 children?: React.ReactNode;
5 /** Additional classes added to the action list group */
6 className?: string;
7}
8export declare const ActionListGroup: React.FunctionComponent<ActionListGroupProps>;
9//# sourceMappingURL=ActionListGroup.d.ts.map
\No newline at end of file