UNPKG

vuetify-pro-tiptap

Version:
6 lines (5 loc) 203 B
import { GeneralOptions } from '../type'; import { Node } from '@tiptap/core'; export interface ClearOptions extends GeneralOptions<ClearOptions> { } export declare const Clear: Node<ClearOptions, any>;