UNPKG

@patternfly/react-core

Version:

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

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