library-ts/browser/dom/Cursor.ts

12 lines
98 B
TypeScript

export class Cursor
{
static lock( type:string = null )
{
}
static free()
{
}
}