interface CompositionEvent
implements UIEvent
import { type CompositionEvent } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
import { type CompositionEvent } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.