UNPKG

baseui

Version:

A React Component library implementing the Base design language

8 lines (7 loc) 317 B
import * as React from 'react'; import type { StatefulTooltipContainerProps } from './types'; declare class StatefulContainer extends React.Component<StatefulTooltipContainerProps> { static defaultProps: Partial<StatefulTooltipContainerProps>; render(): React.JSX.Element; } export default StatefulContainer;