oak-general-business/lib/components/config/upsert/live/index.d.ts

7 lines
223 B
TypeScript

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