SelectContextProps

View Source

Signature

interface SelectContextProps {
  children?: RemixNode;
  defaultLabel: string;
  defaultValue?: string | null;
  disabled?: boolean;
  name?: string;
}