microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9b083d0180f82caab84f8d10d7e6e1fad0385c91

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/html-program-viewer/src/index.ts

4lines · modecode

1export { ColorProvider, ColorProviderProps } from "./color-provider.js";
2export type { ColorPalette } from "./constants.js";
3export * from "./emitter.js";
4export { TypeSpecProgramViewer } from "./ui.js";
5