11 lines
336 B
TypeScript
11 lines
336 B
TypeScript
/*
|
|
* @Author: yehuozhili
|
|
* @Date: 2021-07-07 14:22:51
|
|
* @LastEditors: yehuozhili
|
|
* @LastEditTime: 2021-07-09 13:52:51
|
|
* @FilePath: \dooringx\packages\dooringx-example\src\plugin\functionMap\index.ts
|
|
*/
|
|
import { FunctionCenterType } from 'dooringx-lib/dist/core/functionCenter';
|
|
|
|
export const functionMap: FunctionCenterType = {};
|