Interface PlaceHolderEvents

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

Properties

cursorEnter: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: any

      Returns void

cursorLeave: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: any

      Returns void

Generated using TypeDoc