Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the State Layer component.
export interface LkStateLayerProps {
bgColor?: LkColor | "currentColor";
forcedState?: "hover" | "active" | "focus"; // Used when you need a static state controlled by something higher, like a select field that keeps actively-selected options grayed out
}
Types with similar roles.