@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) • 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
}