增加admin管理帐号和项目的界面--初步实现
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export declare const composeEventHandlers: <E>(theirsHandler?: (event: E) => boolean | void, oursHandler?: (event: E) => void, { checkForDefaultPrevented }?: {
|
||||
checkForDefaultPrevented?: boolean | undefined;
|
||||
}) => (event: E) => void;
|
||||
type WhenMouseHandler = (e: PointerEvent) => any;
|
||||
export declare const whenMouse: (handler: WhenMouseHandler) => WhenMouseHandler;
|
||||
export declare const getEventCode: (event: KeyboardEvent) => string;
|
||||
export declare const getEventKey: (event: KeyboardEvent) => string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user