interface HTMLAttributes<T> {
    "on:click_outside"?: (event: any) => any;
}

Type Parameters

  • T

Properties

"on:click_outside"?: (event: any) => any