@@ -10,7 +10,7 @@ export namespace useInput {
|
|||||||
export interface Options<A, R> {
|
export interface Options<A, R> {
|
||||||
readonly schema: Schema.Schema<A, string, R>
|
readonly schema: Schema.Schema<A, string, R>
|
||||||
readonly ref: SubscriptionRef.SubscriptionRef<A>
|
readonly ref: SubscriptionRef.SubscriptionRef<A>
|
||||||
readonly debounce?: Duration.Duration
|
readonly debounce?: Duration.DurationInput
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Result {
|
export interface Result {
|
||||||
|
|||||||
Reference in New Issue
Block a user