UNPKG

q-view

Version:

[Preview](https://q-hub-q-view.vercel.app/)

10 lines (9 loc) 251 B
import { QuarkElement, Ref } from 'quarkc'; export default class DocView extends QuarkElement { title: string; tocTitle: string; isShowAttr: boolean; titleRef: Ref<any>; handleAttrSlotChange: (e: any) => void; render(): any; }