UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

9 lines 406 B
import * as React from 'react'; export interface ActionListGroupProps extends React.HTMLProps<HTMLDivElement> { /** Children of the action list group */ children?: React.ReactNode; /** Additional classes added to the action list group */ className?: string; } export declare const ActionListGroup: React.FunctionComponent<ActionListGroupProps>; //# sourceMappingURL=ActionListGroup.d.ts.map