ts-ui-test/src/eventing/events.ts

4 lines
84 B
TypeScript

export type ItemFocusEvent = {
node: HTMLElement;
friendlyName: string;
}