UNPKG

462 BTypeScriptView Raw
1import { RefObject } from '@mantou/gem/lib/decorators';
2import { GemElement } from '@mantou/gem/lib/element';
3/**
4 * @customElement dy-code-block
5 */
6export declare class DuoyunCodeBlockElement extends GemElement {
7 #private;
8 codelang: string;
9 range: string;
10 highlight: string;
11 codeRef: RefObject<HTMLElement>;
12 mounted(): void;
13 render(): import("lit-html/lib/template-result").TemplateResult;
14}
15//# sourceMappingURL=code-block.d.ts.map
\No newline at end of file