UNPKG

soda-material

Version:

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

9 lines (8 loc) 235 B
/// <reference types="react" /> /** * @ref https://floating-ui.com/docs/react */ export declare function FloatingTip(props: { content?: React.ReactNode; trigger?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;