mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
|
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
||
|
|
||
|
|
||
|
export default class BSTreeViewSelectOptions extends BSTreeViewEventOptions
|
||
|
{
|
||
|
unselecting: boolean;
|
||
|
}
|