@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 435 B
TypeScript
import * as React from 'react';
export interface DescriptionListGroupProps extends React.HTMLProps<HTMLDivElement> {
/** Any elements that can be rendered in the list group */
children?: any;
/** Additional classes added to the DescriptionListGroup */
className?: string;
}
export declare const DescriptionListGroup: React.FunctionComponent<DescriptionListGroupProps>;
//# sourceMappingURL=DescriptionListGroup.d.ts.map