UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

4 lines (3 loc) 230 B
// Extract only DI from fast-foundation (no FASTElement/FoundationElement here - keeps SW bundle clean) import {DI, Container, Registration} from '@microsoft/fast-foundation/dist/esm/di/di'; export { DI, Container, Registration }