mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-13 17:16:23 +08:00
9 lines
356 B
TypeScript
9 lines
356 B
TypeScript
declare module 'reselect-tools' {
|
|
export function checkSelector(selector: any): any
|
|
export function createSelectorWithDependencies(...args: any[]): any
|
|
export function getStateWith(stateGetter: any): void
|
|
export function registerSelectors(selectors: any): void
|
|
export function reset(): void
|
|
export function selectorGraph(...args: any[]): any
|
|
}
|