3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
export declare function isCursorAtEnd(element: Element): boolean;
|
|
export declare function isCursorAtStart(element: Element): boolean;
|