library-ts/browser/dom/Cursor.ts

12 lines
98 B
TypeScript
Raw Normal View History

2025-03-25 06:42:27 +00:00
export class Cursor
{
static lock( type:string = null )
{
}
static free()
{
}
}