@gamesberry/karmyc-core
Version:
A flexible and powerful layout management system for React applications
11 lines (10 loc) • 428 B
TypeScript
export * from './core';
export * from './components';
export * from './hooks';
export type { ZustandPlugin } from './hooks/usePluginSystem';
export * from './core/store';
export * from './utils';
export type { PlaceArea } from './core/types/areas-type';
export type { Space } from './core/spaceStore';
export type { THistoryDiff } from './types/historyTypes';
export { KarmycNextWrapper } from './components/KarmycNextWrapper';