@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) • 521 B
TypeScript
// fast-foundation.d.ts
import {DI, Container, Key, Registration , InterfaceSymbol} from '@microsoft/fast-foundation/dist/dts/di/di';
import { FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition } from '@microsoft/fast-foundation/dist/dts/foundation-element/foundation-element';
export {
DI, Container, Key, Registration , InterfaceSymbol,
FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition
}