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

4 lines
84 B
TypeScript
Raw Normal View History

2023-05-02 16:44:10 +00:00
export type ItemFocusEvent = {
node: HTMLElement;
friendlyName: string;
}