UNPKG

@patternfly/react-core

Version:

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

9 lines 478 B
import * as React from 'react'; export interface DescriptionListDescriptionProps extends React.HTMLProps<HTMLElement> { /** Anything that can be rendered inside of list description */ children: React.ReactNode; /** Additional classes added to the DescriptionListDescription */ className?: string; } export declare const DescriptionListDescription: React.FunctionComponent<DescriptionListDescriptionProps>; //# sourceMappingURL=DescriptionListDescription.d.ts.map