UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

6 lines 251 B
/** * Programmatically change focus in a way that causes a focus ring around the new element. * @param element Element that should be focused */ export declare const changeFocus: (element: unknown) => void; //# sourceMappingURL=changeFocus.d.ts.map