typeit
Version:
The most versatile animated typing utility on the planet.
12 lines (11 loc) • 372 B
TypeScript
import { El } from "../types";
export declare let cursorFontStyles: {
readonly "font-family": "";
readonly "font-weight": "";
readonly "font-size": "";
readonly "font-style": "";
readonly "line-height": "";
readonly color: "";
readonly transform: "translateX(-.125em)";
};
export declare let setCursorStyles: (id: string, element: El) => void;