UNPKG

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