Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
HBS999 committed Nov 16, 2024
1 parent 309e5e4 commit 1c22945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/src/time-field/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import {
today,
} from "@internationalized/date";
import { type Accessor, createEffect, createMemo } from "solid-js";
import type { FormatterOptions, TimeFieldGranularity, TimeValue } from "./types";
import type {
FormatterOptions,
TimeFieldGranularity,
TimeValue,
} from "./types";

export function createDefaultProps(props: {
value: Accessor<TimeValue | undefined>;
Expand Down

0 comments on commit 1c22945

Please sign in to comment.