UNPKG

@pvvng/react-typing-text

Version:

A lightweight and fully customizable typing animation component for React.

9 lines (8 loc) 301 B
export interface DefaultCursorProps { width?: string; height?: string; cursorColor?: string; marginLeft?: string; } declare const DefaultCursor: ({ width, height, marginLeft, cursorColor, }: DefaultCursorProps) => import("react/jsx-runtime").JSX.Element; export default DefaultCursor;