@hadyfayed/filament-react-wrapper
Version:
Enterprise React integration for Laravel/Filament - Smart asset loading, 90%+ React-PHP function mapping, no-plugin Filament integration
14 lines • 1.1 kB
TypeScript
import { componentRegistry, registerComponents } from './components/ReactComponentRegistry';
import { universalReactRenderer } from './components/UniversalReactRenderer';
import { StateManagerProvider, useStateManager, useStatePath, withStateManager, globalStateManager } from './components/StateManager';
import { statePersistenceService, usePersistedState } from './services/StatePersistenceService';
import { devTools } from './services/DevTools';
import { codeSplittingService } from './services/CodeSplittingService';
import { componentVersioningService } from './services/ComponentVersioningService';
import { ReactWrapperAPI } from './types';
export { componentRegistry, registerComponents, universalReactRenderer, StateManagerProvider, useStateManager, useStatePath, withStateManager, globalStateManager, statePersistenceService, usePersistedState, devTools, codeSplittingService, componentVersioningService, };
export * from './types';
export declare function bootstrap(): boolean;
declare const ReactWrapper: ReactWrapperAPI;
export default ReactWrapper;
//# sourceMappingURL=index.d.ts.map