typeit
Version:
The most versatile animated typing utility on the planet.
13 lines (12 loc) • 394 B
TypeScript
import { Options } from "./types";
export declare const DATA_ATTRIBUTE = "data-typeit-id";
export declare const CURSOR_CLASS = "ti-cursor";
export declare const START = "START";
export declare const END = "END";
export declare const DEFAULT_STATUSES: {
started: boolean;
completed: boolean;
frozen: boolean;
destroyed: boolean;
};
export declare const DEFAULT_OPTIONS: Options;