@@ -5,7 +5,7 @@ import { Component, Form, Subscribable } from "effect-fc"
|
|||||||
|
|
||||||
export declare namespace TextFieldFormInputView {
|
export declare namespace TextFieldFormInputView {
|
||||||
export interface Props extends Omit<TextField.RootProps, "form">, Form.useInput.Options {
|
export interface Props extends Omit<TextField.RootProps, "form">, Form.useInput.Options {
|
||||||
readonly form: Form.Form<readonly PropertyKey[], any, string>
|
readonly form: Form.Form<any, any, string>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { Component, Form, Subscribable } from "effect-fc"
|
|||||||
|
|
||||||
export declare namespace TextFieldOptionalFormInputView {
|
export declare namespace TextFieldOptionalFormInputView {
|
||||||
export interface Props extends Omit<TextField.RootProps, "form" | "defaultValue">, Form.useOptionalInput.Options<string> {
|
export interface Props extends Omit<TextField.RootProps, "form" | "defaultValue">, Form.useOptionalInput.Options<string> {
|
||||||
readonly form: Form.Form<readonly PropertyKey[], any, Option.Option<string>>
|
readonly form: Form.Form<any, any, Option.Option<string>>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user