koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
1 lines • 748 B
Source Map (JSON)
{"version":3,"file":"DrawerProvider.cjs","sources":["../../../../src/lib/Drawer/DrawerProvider.ts"],"sourcesContent":["import {createStoreProvider} from '@/internal/store/createStoreProvider.tsx';\n\nimport type {DrawerState, DrawerAction} from './DrawerReducer.ts';\nimport {initialState, DrawerReducer} from './DrawerReducer.ts';\nimport {DrawerContext} from './DrawerContext.ts';\n\nexport const DrawerProvider = createStoreProvider<DrawerState, DrawerAction>({\n context: DrawerContext,\n reducer: DrawerReducer,\n initialState,\n});\n"],"names":["DrawerProvider","createStoreProvider","DrawerContext","DrawerReducer","initialState"],"mappings":"+NAMaA,EAAiBC,EAAAA,oBAA+C,CACzE,QAASC,EAAA,cACT,QAASC,EAAA,cACTC,aAAAA,EAAAA,YACJ,CAAC"}