UNPKG

soda-material

Version:

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

5 lines (4 loc) 251 B
/// <reference types="react" /> export declare const Scrim: import("react").ForwardRefExoticComponent<{ open?: boolean | undefined; } & Omit<import("react").HTMLProps<HTMLElement>, "ref" | "open"> & import("react").RefAttributes<HTMLDivElement>>;