@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`.
5 lines (3 loc) • 358 B
TypeScript
// rws-foundation-element.d.ts
import { FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition } from '@microsoft/fast-foundation/dist/dts/foundation-element/foundation-element';
export { FoundationElement, FoundationElementDefinition, FoundationElementRegistry, OverrideFoundationElementDefinition }