SYMBOL INDEX (523 symbols across 164 files) FILE: docs/App/Footer.tsx function Footer (line 58) | function Footer() { FILE: docs/App/GitHubButton.tsx type Props (line 4) | interface Props { FILE: docs/App/Header.tsx type Change (line 15) | interface Change { function getLabel (line 54) | function getLabel({ icon, label }: Change) { type HeaderState (line 118) | interface HeaderState { class Header (line 124) | class Header extends Component { method componentDidMount (line 128) | componentDidMount() { method render (line 157) | render() { type CollapseProps (line 200) | interface CollapseProps { type ContentProps (line 225) | interface ContentProps { FILE: docs/App/PageNav.tsx type NavState (line 30) | interface NavState { class PageNav (line 35) | class PageNav extends Component { method componentDidMount (line 38) | componentDidMount() { method componentDidUpdate (line 44) | componentDidUpdate({ history, location }: RouteComponentProps) { method render (line 80) | render() { type NavItemProps (line 142) | interface NavItemProps { FILE: docs/App/ScrollSpy.tsx type Props (line 5) | interface Props { type State (line 9) | interface State { function getStyle (line 13) | function getStyle(el: HTMLElement, prop: string) { function isInView (line 17) | function isInView(el: HTMLElement) { class ScrollSpy (line 30) | class ScrollSpy extends Component { method componentDidMount (line 35) | componentDidMount() { method componentWillUnmount (line 39) | componentWillUnmount() { method render (line 69) | render() { FILE: docs/App/Sticky.tsx type Props (line 4) | interface Props { type State (line 7) | interface State { class Sticky (line 15) | class Sticky extends Component { method componentDidMount (line 26) | componentDidMount() { method componentWillUnmount (line 30) | componentWillUnmount() { method render (line 80) | render() { FILE: docs/App/components.tsx class ScrollToTop (line 118) | class ScrollToTop extends Component { method componentDidUpdate (line 119) | componentDidUpdate(prevProps: RouteComponentProps) { method render (line 132) | render() { FILE: docs/App/index.tsx class App (line 33) | class App extends Component { method render (line 34) | render() { FILE: docs/ExampleWrapper.tsx type Props (line 22) | interface Props { type ActionProps (line 147) | interface ActionProps { FILE: docs/NoMatch.tsx function NoMatch (line 5) | function NoMatch() { FILE: docs/PropTypes/Select.ts class Select (line 6) | class Select extends Component< FILE: docs/PropTypes/components/ClearIndicator.ts class ClearIndicator (line 4) | class ClearIndicator< FILE: docs/PropTypes/components/Control.ts class Control (line 4) | class Control< FILE: docs/PropTypes/components/DropdownIndicator.ts class DropdownIndicator (line 4) | class DropdownIndicator< FILE: docs/PropTypes/components/Group.ts class Group (line 4) | class Group< FILE: docs/PropTypes/components/IndicatorsContainer.ts class IndicatorsContainer (line 4) | class IndicatorsContainer< FILE: docs/PropTypes/components/IndicatorsSeparator.ts class DropdownIndicator (line 4) | class DropdownIndicator< FILE: docs/PropTypes/components/Input.ts class Input (line 4) | class Input< FILE: docs/PropTypes/components/LoadingIndicator.ts class LoadingIndicator (line 4) | class LoadingIndicator< FILE: docs/PropTypes/components/LoadingMessage.ts class LoadingMessage (line 4) | class LoadingMessage< FILE: docs/PropTypes/components/Menu.ts class Menu (line 4) | class Menu< FILE: docs/PropTypes/components/MenuList.ts class MenuList (line 4) | class MenuList< FILE: docs/PropTypes/components/MultiValue.ts class MultiValue (line 4) | class MultiValue< FILE: docs/PropTypes/components/MultiValueContainer.ts class MultiValueContainer (line 4) | class MultiValueContainer< FILE: docs/PropTypes/components/MultiValueLabel.ts class MultiValueLabel (line 4) | class MultiValueLabel< FILE: docs/PropTypes/components/MultiValueRemove.ts class MultiValueRemove (line 4) | class MultiValueRemove< FILE: docs/PropTypes/components/NoOptionsMessage.ts class NoOptionsMessage (line 4) | class NoOptionsMessage< FILE: docs/PropTypes/components/Option.ts class Option (line 4) | class Option< FILE: docs/PropTypes/components/Placeholder.ts class Placeholder (line 4) | class Placeholder< FILE: docs/PropTypes/components/SelectContainer.ts class SelectContainer (line 4) | class SelectContainer< FILE: docs/PropTypes/components/SingleValue.ts class SingleValue (line 4) | class SingleValue< FILE: docs/PropTypes/components/ValueContainer.ts class ValueContainer (line 4) | class ValueContainer< FILE: docs/Svg.tsx type SvgProps (line 4) | type SvgProps = { readonly size: number } & JSX.IntrinsicElements['svg']; FILE: docs/Tests.tsx type SuiteProps (line 14) | interface SuiteProps { function Tests (line 201) | function Tests() { FILE: docs/data.ts type ColourOption (line 1) | interface ColourOption { type FlavourOption (line 22) | interface FlavourOption { type StateOption (line 35) | interface StateOption { type GroupedOption (line 128) | interface GroupedOption { FILE: docs/examples/AccessingInternals.tsx function AccessingInternals (line 23) | function AccessingInternals() { FILE: docs/examples/AnimatedMulti.tsx function AnimatedMulti (line 9) | function AnimatedMulti() { FILE: docs/examples/CreatableAdvanced.tsx type Option (line 5) | interface Option { FILE: docs/examples/CreatableInputOnly.tsx type Option (line 9) | interface Option { FILE: docs/examples/CustomAriaLive.tsx function CustomAriaLive (line 6) | function CustomAriaLive() { FILE: docs/examples/CustomClearIndicator.tsx function CustomClearIndicator (line 34) | function CustomClearIndicator() { FILE: docs/examples/CustomGetOptionValue.tsx function CustomGetOptionValue (line 5) | function CustomGetOptionValue() { FILE: docs/examples/CustomMenu.tsx function getLength (line 12) | function getLength( FILE: docs/examples/CustomSelectProps.tsx constant EMOJIS (line 10) | const EMOJIS = ['👍', '🤙', '👏', '👌', '🙌', '✌️', '🖖', '👐']; FILE: docs/examples/Experimental.tsx type DateOption (line 14) | interface DateOption { type CalendarGroup (line 37) | interface CalendarGroup { type DatePickerProps (line 186) | interface DatePickerProps { FILE: docs/examples/MultiSelectSort.tsx function arrayMove (line 19) | function arrayMove(array: readonly T[], from: number, to: number) { function MultiSelectSort (line 52) | function MultiSelectSort() { FILE: docs/generate-magical-types/src/generate.ts type MagicalNodesForPackage (line 10) | type MagicalNodesForPackage = Record< type MagicalNodes (line 15) | type MagicalNodes = Record; FILE: docs/generate-magical-types/src/types.ts type MagicalNodeMetadata (line 3) | type MagicalNodeMetadata = Record< type MagicalNodeRecord (line 8) | type MagicalNodeRecord = { type MagicalNodesForPackage (line 13) | type MagicalNodesForPackage = Record< type MagicalNodes (line 18) | type MagicalNodes = Record; FILE: docs/isArray.ts function isArray (line 4) | function isArray(arg: unknown): arg is readonly T[] { FILE: docs/markdown/renderer.tsx function slugify (line 43) | function slugify(str: string): string { function isReactElement (line 51) | function isReactElement(child: ReactElement | string): child is ReactEle... function getLabel (line 55) | function getLabel(children: (ReactElement | string)[] | ReactElement | s... type CodeBlockProps (line 146) | interface CodeBlockProps { FILE: docs/markdown/store.ts type Data (line 1) | interface Data { class HeadingStore (line 8) | class HeadingStore { method add (line 12) | add(key: string, data: Data) { method getStore (line 23) | getStore() { method getPageHeadings (line 26) | getPageHeadings(page: string) { method getAllHeadings (line 29) | getAllHeadings() { method getHeadingByKey (line 32) | getHeadingByKey(key: string) { FILE: docs/pages/advanced/index.tsx function Advanced (line 23) | function Advanced() { FILE: docs/pages/async/index.tsx function Async (line 12) | function Async() { FILE: docs/pages/components/index.tsx function Components (line 31) | function Components() { FILE: docs/pages/creatable/index.tsx function Creatable (line 14) | function Creatable() { FILE: docs/pages/home/index.tsx function Home (line 17) | function Home() { FILE: docs/pages/props/index.tsx type ShowTypesProps (line 10) | type ShowTypesProps = { function Api (line 22) | function Api() { FILE: docs/pages/styles/index.tsx function Styles (line 16) | function Styles() { FILE: docs/pages/typescript/index.tsx function TypeScript (line 5) | function TypeScript() { FILE: docs/pages/upgrade-to-v2/index.tsx function UpgradeGuide (line 7) | function UpgradeGuide() { FILE: docs/pages/upgrade-to-v2/props.tsx type Props (line 148) | interface Props { class PropStatus (line 154) | class PropStatus extends Component { method renderStatus (line 155) | renderStatus() { method render (line 190) | render() { type InputOptionState (line 203) | interface InputOptionState { class InputOption (line 207) | class InputOption extends Component { method render (line 213) | render() { type PropChangesProps (line 278) | interface PropChangesProps {} type PropChangesState (line 280) | interface PropChangesState { class PropChanges (line 285) | class PropChanges extends Component { method render (line 291) | render() { FILE: docs/pages/upgrade/index.tsx function Upgrade (line 6) | function Upgrade() { FILE: docs/styled-components.tsx type PreProps (line 104) | interface PreProps { FILE: docs/utils.ts type getNodeType (line 9) | type getNodeType = function useMagicalNodes (line 17) | function useMagicalNodes() { FILE: packages/react-select/src/Async.tsx type AsyncSelect (line 15) | type AsyncSelect = < FILE: packages/react-select/src/AsyncCreatable.tsx type AsyncCreatableProps (line 14) | type AsyncCreatableProps< type AsyncCreatableSelect (line 22) | type AsyncCreatableSelect = < FILE: packages/react-select/src/Creatable.tsx type CreatableProps (line 13) | type CreatableProps< type CreatableSelect (line 20) | type CreatableSelect = < FILE: packages/react-select/src/NonceProvider.tsx type NonceProviderProps (line 7) | interface NonceProviderProps { FILE: packages/react-select/src/Select.tsx type FormatOptionLabelContext (line 69) | type FormatOptionLabelContext = 'menu' | 'value'; type FormatOptionLabelMeta (line 70) | interface FormatOptionLabelMeta