oak-general-business/es/components/config/upsert/cos/index.d.ts

6 lines
189 B
TypeScript

import { Config } from '../../../../types/Config';
export default function Cos(props: {
cos: Required<Config>['Cos'];
setValue: (path: string, value: any) => void;
}): JSX.Element;