focus.d.ts 66 Bytes Raw Blame History Permalink 1 2 declare function focus(element: Element): void; export { focus };