UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 351 B
import { CSSProperties } from "react"; import { PointerDirection, TooltipType } from "./types"; export declare const DEFAULT_POINTER_DIRECTION: PointerDirection; export declare const TYPE_ROLES: Record<TooltipType, string>; export declare const POINTER_STYLES: { [key in PointerDirection]: CSSProperties; }; //# sourceMappingURL=constants.d.ts.map