UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

12 lines (11 loc) 349 B
import React from 'react'; import { IKarmycCoreProviderProps } from './types/karmyc'; /** * Main provider exposing the global context for the layout system. * * This component manages: * - Cross-tab synchronization * - Keyboard shortcuts * - URL synchronization */ export declare const KarmycCoreProvider: React.FC<IKarmycCoreProviderProps>;