interface PlaceHolderEvents {
    cursorEnter: (e: any) => void;
    cursorLeave: (e: any) => void;
}

Properties

cursorEnter: (e: any) => void
cursorLeave: (e: any) => void