Files
emaui/node_modules/@mantine/store/lib/index.d.ts
2026-05-29 15:23:46 +03:00

3 lines
137 B
TypeScript

export { useStore, createStore } from './store';
export type { MantineStore, MantineStoreSubscriber, MantineStoreValue } from './store';