UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

6 lines (5 loc) 223 B
/// <reference types="react" /> export declare function SnakerbarHolder({ children, teleportTo, }: { children?: React.ReactNode; teleportTo?: Element | DocumentFragment; }): import("react/jsx-runtime").JSX.Element;