UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

7 lines 340 B
import { ErrorType } from '@workday/canvas-kit-react/common'; import { type CheckboxProps } from './CheckboxInput'; export declare const Checkbox: import("@workday/canvas-kit-react/common").ElementComponent<"input", CheckboxProps> & { ErrorType: typeof ErrorType; }; export { type CheckboxProps }; //# sourceMappingURL=Checkbox.d.ts.map