UNPKG

wotsui-vue-directives

Version:
8 lines (7 loc) 316 B
import { DirectiveBinding } from 'vue'; import { IntersectionSettings } from '../hooks/intersection'; export interface TypewriteSettings extends IntersectionSettings { interval: number; ignorePunctuation: boolean; } export default function typewrite(el: HTMLElement, binding: DirectiveBinding): void;