We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425122 commit ba4a382Copy full SHA for ba4a382
src/plugins/kibana_utils/docs/state_containers/README.md
@@ -16,6 +16,7 @@ your services or apps.
16
## Example
17
18
```ts
19
+import { createStateContainer } from 'src/plugins/kibana_utils';
20
21
const container = createStateContainer(
22
{ count: 0 },
0 commit comments