oak-general-business/lib/components/config/application/wechatMp/index.d.ts

8 lines
323 B
TypeScript

import { WechatMpConfig } from '../../../../oak-app-domain/Application/Schema';
export default function WechatMp(props: {
config: WechatMpConfig;
setValue: (path: string, value: any) => void;
removeItem: (path: string, index: number) => void;
cleanKey: (path: string, key: string) => void;
}): JSX.Element;