add file, skeleton from "select all"

This commit is contained in:
CroogQT 2022-05-05 12:11:02 -07:00
parent bddca8e232
commit 2979a64ce3

View File

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