@fluentui/state
Advanced tools
Comparing version 0.47.9 to 0.47.10-experimental.0
import { Manager, ManagerConfig } from './types'; | ||
declare const createManager: <State, Actions extends Record<string, import("./types").AnyAction>>(config: ManagerConfig<State, Actions>) => Manager<State, Actions>; | ||
export default createManager; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './managers/checkboxManager'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type AnyAction = (...args: any[]) => void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
import { Manager, ManagerConfig } from './types'; | ||
declare const createManager: <State, Actions extends Record<string, import("./types").AnyAction>>(config: ManagerConfig<State, Actions>) => Manager<State, Actions>; | ||
export default createManager; |
@@ -0,0 +0,0 @@ export * from './managers/checkboxManager'; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ import { Manager, ManagerConfig } from '../types'; |
@@ -0,0 +0,0 @@ export declare type AnyAction = (...args: any[]) => void; |
{ | ||
"name": "@fluentui/state", | ||
"description": "A set of utils to create framework agnostic and reusable state managers", | ||
"version": "0.47.9", | ||
"version": "0.47.10-experimental.0", | ||
"author": "Oleksandr Fediashov <a@fedyashov.com>", | ||
@@ -38,3 +38,3 @@ "bugs": "https://github.com/OfficeDev/office-ui-fabric-react/issues", | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "9c61c7f71c84db004cc90a524d27ee06ebfd00f3" | ||
"gitHead": "44cf34f59f25f7d0bf2c7cfb237c879368a2ce2b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133526
52
769