UNPKG

478 BTypeScriptView Raw
1import * as React from 'react';
2export interface DescriptionListDescriptionProps extends React.HTMLProps<HTMLElement> {
3 /** Anything that can be rendered inside of list description */
4 children: React.ReactNode;
5 /** Additional classes added to the DescriptionListDescription */
6 className?: string;
7}
8export declare const DescriptionListDescription: React.FunctionComponent<DescriptionListDescriptionProps>;
9//# sourceMappingURL=DescriptionListDescription.d.ts.map
\No newline at end of file