mapState.d.ts 140 B

1234
  1. export declare function mapState(stateMap: {
  2. [stateId: string]: any;
  3. }, stateId: string): any;
  4. //# sourceMappingURL=mapState.d.ts.map