UNPKG

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