UNPKG

@patternfly/react-core

Version:

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

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