UNPKG

406 BTypeScriptView Raw
1import * as React from 'react';
2export interface TabTitleIconProps extends React.HTMLProps<HTMLSpanElement> {
3 /** Icon to be rendered inside the tab button title. */
4 children: React.ReactNode;
5 /** additional classes added to the tab title icon */
6 className?: string;
7}
8export declare const TabTitleIcon: React.FunctionComponent<TabTitleIconProps>;
9//# sourceMappingURL=TabTitleIcon.d.ts.map
\No newline at end of file