UNPKG

435 BTypeScriptView Raw
1import * as React from 'react';
2export interface DescriptionListGroupProps extends React.HTMLProps<HTMLDivElement> {
3 /** Any elements that can be rendered in the list group */
4 children?: any;
5 /** Additional classes added to the DescriptionListGroup */
6 className?: string;
7}
8export declare const DescriptionListGroup: React.FunctionComponent<DescriptionListGroupProps>;
9//# sourceMappingURL=DescriptionListGroup.d.ts.map
\No newline at end of file