UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

10 lines 415 B
import { TextInputProps } from '@workday/canvas-kit-react/text-input'; export type GoToTextInputProps = TextInputProps & { 'aria-label': string; value?: string | number; }; export declare const GoToTextInput: import("@workday/canvas-kit-react/common").ElementComponent<"input", TextInputProps & { 'aria-label': string; value?: string | number | undefined; }>; //# sourceMappingURL=TextInput.d.ts.map