UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

6 lines (5 loc) 281 B
/// <reference types="react" /> /** * @specs https://m3.material.io/components/tooltips/specs */ export declare const PlainTooltip: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLProps<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;