@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`.
8 lines (7 loc) • 363 B
JavaScript
// Extract only needed from fast-foundation
import {DI, Container, Registration} from '@microsoft/fast-foundation/dist/esm/di/di';
import { FoundationElement, FoundationElementRegistry } from '@microsoft/fast-foundation/dist/esm/foundation-element/foundation-element';
export {
DI, Container, Registration,
FoundationElement, FoundationElementRegistry
}