2
0

focusable.ts 53 B

123
  1. export interface IFocusable {
  2. focus: () => void,
  3. }