UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (9 loc) 248 B
/// <reference types="node" /> export declare class Cursor { static stream: NodeJS.WriteStream; private static _isVisible; private static _listenerAttached; static show(): void; static hide(): void; static toggle(): void; }