/** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ /** * You can import directly from @lit/task now. * @deprecated */ export { /** * You can import directly from @lit/task now. * @deprecated */ ArgsFunction, /** * You can import directly from @lit/task now. * @deprecated */ DepsFunction, /** * You can import directly from @lit/task now. * @deprecated */ StatusRenderer, /** * You can import directly from @lit/task now. * @deprecated */ Task, /** * You can import directly from @lit/task now. * @deprecated */ TaskConfig, /** * You can import directly from @lit/task now. * @deprecated */ TaskFunction, /** * You can import directly from @lit/task now. * @deprecated */ TaskFunctionOptions, /** * You can import directly from @lit/task now. * @deprecated */ TaskStatus, /** * You can import directly from @lit/task now. * @deprecated */ initialState, /** * You can import directly from @lit/task now. * @deprecated */ shallowArrayEquals, } from '@lit/task/task.js'; //# sourceMappingURL=task.d.ts.map