Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
The actual interface of the Material Layer component.
interface LkMaterialLayerProps extends React.HTMLAttributes<HTMLDivElement> {
zIndex?: number; // Optional z-index for the material layer. Different use cases might need it to be at different z-indexes.
type?: LkMaterialType;
materialProps?: LkMatProps; // Optional material-specific properties
}