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