UNPKG

@mantine/store

Version:

A library to sync external React state updates

3 lines (2 loc) 137 B
export { useStore, createStore } from './store'; export type { MantineStore, MantineStoreSubscriber, MantineStoreValue } from './store';