/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ /** * This file is for external facing export only, do not use this for internal references, * as it may cause circular dependencies in Rollup. */ import { allTruthy, concat, push } from '../array'; import { addDiv, addEl, outerSize } from '../htmlHelpers'; import { clone, deepMerge } from '../clone'; import { colorFromString, colorIsEqual, colorToString, desaturate } from '../color'; import { createElement, getActiveElementInfo, mount, setActiveElement } from 'tsx-create-element'; export { addDiv, addEl, allTruthy, clone, colorFromString, colorIsEqual, colorToString, concat, createElement, deepMerge, desaturate, getActiveElementInfo, mount, outerSize, push, setActiveElement };