Generated API snapshot
@askrjs/ui/input
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/input0.0.13
Exports
This entrypoint publishes 10 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
DebouncedInputtype
DebouncedInput: (props: DebouncedInputProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDebouncedInputPropstype
DebouncedInputProps: anyInputtype
Input: { (props: InputInputProps): JSX.Element; (props: InputAsChildProps): JSX.Element; }INPUT_A11Y_CONTRACTtype
INPUT_A11Y_CONTRACT: { readonly HOST_ELEMENT: "input"; readonly DISABLED_ATTRIBUTES: { readonly native: "disabled"; readonly asChild: "disabled"; }; readonly DATA_ATTRIBUTES: { readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly defaultTabIndex: 0; readonly disabledTabIndex: -1; }; readonly LABELING: { readonly supportsLabelElement: true; readonly supportsAriaLabel: true; readonly supportsAriaLabelledBy: true; }; }InputA11yContracttype
InputA11yContract: anyInputAsChildPropstype
InputAsChildProps: anyInputEventtype
InputEvent: anyInputInputPropstype
InputInputProps: anyInputOwnPropstype
InputOwnProps: anyInputPropstype
InputProps: any