UNPKG

@vscode/webview-ui-toolkit

Version:

A component library for building webview-based extensions in Visual Studio Code.

10 lines (9 loc) 433 B
import { DesignSystem } from '@microsoft/fast-foundation'; /** * Provides a design system for the specified element either by returning one that was * already created for that element or creating one. * @param element - The element to root the design system at. By default, this is the body. * @returns A VSCode Design System * @public */ export declare function provideVSCodeDesignSystem(element?: HTMLElement): DesignSystem;