UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

11 lines 613 B
import { TextInputProps } from '@workday/canvas-kit-react/text-input'; export type GoToTextInputProps = TextInputProps & { 'aria-label': string; value?: string | number; }; export declare const paginationGoToTextInputStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {}, never>, {}, {}, never, never>; 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