import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl"; import TimeSpan from "@web-atoms/date-time/dist/TimeSpan"; import "./styles/time-editor.global.css"; export default class TimeEditor extends AtomControl { get time(): TimeSpan; set time(v: TimeSpan); hour: number; minute: number; isPM: boolean; protected create(): void; } //# sourceMappingURL=TimeEditor.d.ts.map