UNPKG

169 BTypeScriptView Raw
1import type { EntityStateAdapter, IdSelector } from './models';
2export declare function createUnsortedStateAdapter<T>(selectId: IdSelector<T>): EntityStateAdapter<T>;