Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SelectTriggerProps
Props accepted by the select trigger.
Import
import type { SelectTriggerProps } from "@dartwic/interface-sdk/ui";Declaration
export interface SelectTriggerProps extends HostComponentProps {}