diff --git a/.gitignore b/.gitignore index 3e3336a114..d44aafc2e5 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ package-lock.json # Notes .NOTES.md + +magical-types diff --git a/docs/PropTypes/Async.ts b/docs/PropTypes/Async.ts index 736f94a3b5..c59b00f00f 100644 --- a/docs/PropTypes/Async.ts +++ b/docs/PropTypes/Async.ts @@ -1,10 +1 @@ -// import { Component } from 'react'; -// -// import { AsyncProps } from 'react-select/src/Async'; -// import { GroupBase, OptionBase } from 'react-select'; -// -// export default class Select< -// Option extends OptionBase, -// IsMulti extends boolean, -// Group extends GroupBase