@labelu/image-annotator-react
Version:
image annotator for react
23 lines • 523 B
TypeScript
declare const _default: ({
label: string;
key: string;
hotkeys: {
name: string;
content: import("react/jsx-runtime").JSX.Element;
}[];
children?: undefined;
} | {
label: string;
key: string;
children: {
label: string;
key: string;
hotkeys: {
name: string;
content: import("react/jsx-runtime").JSX.Element;
}[];
}[];
hotkeys?: undefined;
})[];
export default _default;
//# sourceMappingURL=hotkeys.const.d.ts.map