UNPKG

motion-plus-vue

Version:

Motion Plus Vue

7 lines (6 loc) 167 B
export declare const TYPING_SPEEDS: { readonly slow: 130; readonly normal: 75; readonly fast: 30; }; export type TypingSpeed = keyof typeof TYPING_SPEEDS;