UNPKG

@deckdeckgo/highlight-code

Version:

A Web Component to highlight your code

6 lines (5 loc) 165 B
import { FunctionalComponent } from '../../stencil-public-runtime'; export declare const HighlightStyle: FunctionalComponent<{ start?: number; end?: number; }>;