UNPKG

@stianlarsen/react-code-preview

Version:

A React component that provides tabbed navigation for viewing a live component preview and its source code separately.

3 lines (2 loc) 112 B
import { type Highlighter } from "shiki"; export declare const getShikiHighlighter: () => Promise<Highlighter>;