interface TableElement {
    focus: (() => void);
}

Properties

Properties

focus: (() => void)