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