0.1.3 #4

Merged
Thilawyn merged 90 commits from next into master 2025-08-23 03:07:28 +02:00
Showing only changes of commit e7c85a43eb - Show all commits

View File

@@ -10,7 +10,7 @@ export namespace useInput {
export interface Options<A, R> {
readonly schema: Schema.Schema<A, string, R>
readonly ref: SubscriptionRef.SubscriptionRef<A>
readonly debounce?: Duration.Duration
readonly debounce?: Duration.DurationInput
}
export interface Result {