mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-20 06:08:52 +01:00
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
|
|
|
|
|
export default class BSTreeViewSelectOptions extends BSTreeViewEventOptions
|
|
{
|
|
unselecting: boolean;
|
|
} |