SYMBOL INDEX (77 symbols across 13 files) FILE: dist/Icon/Icon.d.ts class Icon (line 3) | class Icon extends PureComponent { FILE: dist/Icon/Icon.js function __ (line 13) | function __() { this.constructor = d; } function Icon (line 70) | function Icon() { FILE: dist/Nestable/Nestable.d.ts class Nestable (line 4) | class Nestable extends Component { FILE: dist/Nestable/Nestable.js function __ (line 13) | function __() { this.constructor = d; } function Nestable (line 72) | function Nestable(props) { FILE: dist/Nestable/NestableItem.d.ts class NestableItem (line 3) | class NestableItem extends PureComponent { FILE: dist/Nestable/NestableItem.js function __ (line 13) | function __() { this.constructor = d; } function NestableItem (line 60) | function NestableItem() { FILE: dist/example/example.js function __webpack_require__ (line 380) | function __webpack_require__(moduleId) { function createRequire (line 573) | function createRequire(require, moduleId) { function createModuleHotObject (line 624) | function createModuleHotObject(moduleId, me) { function setStatus (line 731) | function setStatus(newStatus) { function unblock (line 741) | function unblock() { function trackBlockingPromise (line 755) | function trackBlockingPromise(promise) { function waitForBlockingPromises (line 769) | function waitForBlockingPromises(fn) { function hotCheck (line 778) | function hotCheck(applyOnUpdate) { function hotApply (line 828) | function hotApply(options) { function internalApply (line 841) | function internalApply(options) { function applyInvalidatedModules (line 913) | function applyInvalidatedModules() { function loadUpdateChunk (line 954) | function loadUpdateChunk(chunkId, updatedModulesList) { function applyHandler (line 996) | function applyHandler(options) { FILE: dist/types.d.ts type NestableProps (line 2) | interface NestableProps { type NestableState (line 22) | interface NestableState { type Item (line 29) | type Item = Record; type ConfirmChange (line 30) | type ConfirmChange = (options: { type DisableDragFn (line 34) | type DisableDragFn = (options: { type OnChange (line 39) | type OnChange = (options: { type OnCollapseChange (line 44) | type OnCollapseChange = (options: { type OnDragStart (line 49) | type OnDragStart = (options: { type OnDragEnd (line 52) | type OnDragEnd = VoidFunction; type RenderCollapseIcon (line 53) | type RenderCollapseIcon = (options: { type RenderItem (line 57) | type RenderItem = (options: { type CollapseCondition (line 65) | type CollapseCondition = 'NONE' | 'ALL' | unknown[]; type Collapse (line 66) | type Collapse = (condition: CollapseCondition) => void; type NestableItemProps (line 67) | interface NestableItemProps { type NestableItemOptions (line 74) | interface NestableItemOptions { type IconProps (line 88) | interface IconProps { FILE: src/Icon/Icon.tsx class Icon (line 6) | class Icon extends PureComponent { method render (line 7) | render() { FILE: src/Nestable/Nestable.tsx class Nestable (line 19) | class Nestable extends Component { method constructor (line 27) | constructor(props: NestableProps) { method componentDidMount (line 56) | componentDidMount() { method componentDidUpdate (line 65) | componentDidUpdate(prevProps: NestableProps){ method componentWillUnmount (line 90) | componentWillUnmount() { method moveItem (line 139) | moveItem( method tryIncreaseDepth (line 186) | tryIncreaseDepth(dragItem: Item) { method tryDecreaseDepth (line 216) | tryDecreaseDepth(dragItem: Item) { method dragApply (line 243) | dragApply() { method dragRevert (line 259) | dragRevert() { method getPathById (line 273) | getPathById(id: unknown, items = this.state.items) { method getItemByPath (line 294) | getItemByPath(path: number[], items = this.state.items) { method getSplicePath (line 318) | getSplicePath( method getRealNextPath (line 345) | getRealNextPath(prevPath: number[], nextPath: number[], dragItemSize: ... method getItemOptions (line 401) | getItemOptions(): NestableItemOptions { method renderDragLayer (line 583) | renderDragLayer() { method render (line 614) | render() { FILE: src/Nestable/NestableItem.tsx class NestableItem (line 7) | class NestableItem extends PureComponent { method render (line 31) | render() { FILE: src/example/example.tsx class Example (line 58) | class Example extends Component { method render (line 199) | render() { FILE: src/types.ts type NestableProps (line 6) | interface NestableProps { type NestableState (line 27) | interface NestableState { type Item (line 35) | type Item = Record; type ConfirmChange (line 37) | type ConfirmChange = ( type DisableDragFn (line 44) | type DisableDragFn = ( type OnChange (line 52) | type OnChange = ( type OnCollapseChange (line 60) | type OnCollapseChange = ( type OnDragStart (line 66) | type OnDragStart = ( type OnDragEnd (line 72) | type OnDragEnd = VoidFunction; type RenderCollapseIcon (line 74) | type RenderCollapseIcon = ( type RenderItem (line 81) | type RenderItem = ( type CollapseCondition (line 95) | type CollapseCondition = 'NONE' | 'ALL' | unknown[]; type Collapse (line 97) | type Collapse = (condition: CollapseCondition) => void; type NestableItemProps (line 102) | interface NestableItemProps { type NestableItemOptions (line 110) | interface NestableItemOptions { type IconProps (line 129) | interface IconProps {