mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 21:20:58 +00:00
3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
export { useStore, createStore } from './store';
|
|
export type { MantineStore, MantineStoreSubscriber, MantineStoreValue } from './store';
|