MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / TooltipTheme

Interface TooltipTheme

components/tooltip/index.d.ts:2–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from "react";
2export interface TooltipTheme {
3 /**
4 * Added to the tooltip element.
5 */
6 tooltip?: string;
7 /**
8 * Added to the root when the tooltip is active.
9 */
10 tooltipActive?: string;
11 /**
12 * Wrapper for the root element used to position the tooltip.
13 */
14 tooltipWrapper?: string;
15}
16
17interface TooltipProps {
18 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected