oak-general-business/es/components/config/application/wechatPublic/index.d.ts

9 lines
360 B
TypeScript

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