UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

6 lines (5 loc) 159 B
import { ExtendedFieldId, FieldId } from '../../types/types'; /** * @private */ export declare const setFocus: (fieldId: FieldId | ExtendedFieldId) => void;