UNPKG

rws-js-client

Version:
6 lines (4 loc) 186 B
import { DesignSystem } from '@microsoft/fast-foundation'; export function provideRWSDesignSystem(element?: HTMLElement): DesignSystem { return DesignSystem.getOrCreate(element); }