@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 348 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { TooltipContentStylesProps } from '../../../../components/Tooltip/TooltipContent';
import { TooltipContentVariables } from './tooltipContentVariables';
export declare const tooltipContentStyles: ComponentSlotStylesPrepared<TooltipContentStylesProps, TooltipContentVariables>;