add file, skeleton from "select all"

This commit is contained in:
CroogQT 2022-05-05 12:11:02 -07:00
parent 16abd147b5
commit 74e2781697

View File

@ -0,0 +1,5 @@
import { getElement, getElements, findFirstAdjacent } from '../util';
export function initSelectMultiple(): void {
}