UNPKG

payload-plugin-scheduler

Version:
8 lines (7 loc) 275 B
declare const AfterInputClient: ({ scheduledAt, path, currentFormValue, status }: { scheduledAt?: string; path: string; currentFormValue?: unknown; status: "draft" | "published"; }) => import("react/jsx-runtime").JSX.Element; export default AfterInputClient;