Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

6 lines
466 B
TypeScript

export { default as Root } from "./components/time-field.svelte";
export { default as Input } from "./components/time-field-input.svelte";
export { default as Label } from "./components/time-field-label.svelte";
export { default as Segment } from "./components/time-field-segment.svelte";
export type { TimeFieldRootProps as RootProps, TimeFieldInputProps as InputProps, TimeFieldLabelProps as LabelProps, TimeFieldSegmentProps as SegmentProps, } from "./types.js";