/*! * Ecctrl * https://github.com/pmndrs/ecctrl * * SPDX-FileCopyrightText: 2023-2026 Erdong Chen * SPDX-License-Identifier: MIT */ export { TimeControl } from "./time/TimeControl"; export type { TimeControlProps } from "./time/TimeControl";