- Preparing search index...
- The search index is not available
@healthhero
Function ComboBoxPlaceholderOption
- ComboBoxPlaceholderOption(props: {} & {} & {}): ReactElement<WithOptionalTheme<{} & Partial<{}>, DefaultTheme>, string | JSXElementConstructor<any>>
-
Returns ReactElement<WithOptionalTheme<{} & Partial<{}>, DefaultTheme>, string | JSXElementConstructor<any>>
- ComboBoxPlaceholderOption<AsC, FAsC>(props: StyledComponentPropsWithAs<AsC, DefaultTheme, {
role: "option";
}, "role", AsC, FAsC>): ReactElement<StyledComponentPropsWithAs<AsC, DefaultTheme, {
role: "option";
}, "role", AsC, FAsC>, string | JSXElementConstructor<any>>
-
Type Parameters
-
AsC extends string | ComponentType<any> = "li"
-
FAsC extends string | ComponentType<any> = AsC
Parameters
-
props: StyledComponentPropsWithAs<AsC, DefaultTheme, {
role: "option";
}, "role", AsC, FAsC>
Returns ReactElement<StyledComponentPropsWithAs<AsC, DefaultTheme, {
role: "option";
}, "role", AsC, FAsC>, string | JSXElementConstructor<any>>