diff --git a/react-select/react-select.d.ts b/react-select/react-select.d.ts index 05056d198e..5ad97ba2ff 100644 --- a/react-select/react-select.d.ts +++ b/react-select/react-select.d.ts @@ -173,7 +173,7 @@ declare namespace ReactSelect { * field placeholder, displayed when there's no value * @default "Select..." */ - placeholder?: string; + placeholder?: string | __React.ReactElement; /** * whether to enable searching feature or not * @default true;