feat: update package.json exports to support new module formats and types
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
provideConfig,
|
||||
provideAppConfig,
|
||||
useConfig,
|
||||
type ConfigContext,
|
||||
type ConfigOptions,
|
||||
type Direction,
|
||||
} from './context';
|
||||
Reference in New Issue
Block a user