UNPKG

baseui

Version:

A React Component library implementing the Base design language

9 lines (8 loc) 917 B
import type { AccessibilityType, BasePopoverProps, Child, Children, ContentRenderProp, PopoverOverrides, PopoverPlacement, PopoverProps, PopoverPropsWithoutChildren, StateChangeType, State, StatefulContentRenderProp, StatefulPopoverProps, StatefulPopoverContainerProps, StateReducer, TriggerType } from '../popover'; type BaseTooltipProps = BasePopoverProps; type TooltipPlacement = PopoverPlacement; type TooltipProps = PopoverProps; type TooltipPropsWithoutChildren = PopoverPropsWithoutChildren; type StatefulTooltipProps = StatefulPopoverProps; type StatefulTooltipContainerProps = StatefulPopoverContainerProps; export type { AccessibilityType, BaseTooltipProps, Child, Children, ContentRenderProp, PopoverOverrides, TooltipProps, State, StateChangeType, StateReducer, StatefulContentRenderProp, StatefulTooltipProps, StatefulTooltipContainerProps, TooltipPlacement, TooltipPropsWithoutChildren, TriggerType, };