import { ICursorOption } from './control'; export interface IInteractionOption { cursor?: ICursorOption; }