2021-04-15 15:59:52 +02:00
|
|
|
// Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
2021-06-12 17:48:53 +02:00
|
|
|
export const touchDeviceKey = Symbol("touchDevice");
|
2021-04-27 21:01:44 +02:00
|
|
|
|
2021-05-27 13:55:13 +02:00
|
|
|
export const sectionKey = Symbol("section");
|
2021-04-27 21:01:44 +02:00
|
|
|
export const buttonGroupKey = Symbol("buttonGroup");
|
2021-04-28 22:15:24 +02:00
|
|
|
export const dropdownKey = Symbol("dropdown");
|
2021-05-25 18:54:58 +02:00
|
|
|
export const modalsKey = Symbol("modals");
|
2022-12-01 06:45:52 +01:00
|
|
|
export const floatingKey = Symbol("floating");
|
|
|
|
export const overlayKey = Symbol("overlay");
|
2022-12-01 10:24:26 +01:00
|
|
|
export const selectKey = Symbol("select");
|