@rws-framework/client
Version:
Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.
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
}