diff --git a/docs/pages/typescript/index.tsx b/docs/pages/typescript/index.tsx index f296b03e20..f88dc2b781 100644 --- a/docs/pages/typescript/index.tsx +++ b/docs/pages/typescript/index.tsx @@ -91,6 +91,7 @@ The \`actionMeta\` parameter is optional. \`ActionMeta\` is a union that is disc You can use module augmentation to add custom props to the \`Select\` prop types: ~~~jsx +import type { GroupBase } from 'react-select'; import type {} from 'react-select/base'; // This import is necessary for module augmentation. // It allows us to extend the 'Props' interface in the 'react-select/base' module