@sanity/default-layout
Version:
The default layout components for Sanity
12 lines • 429 B
TypeScript
import { DialogProps } from '@sanity/ui';
import React from 'react';
import type { Changelog } from '@sanity/base/_internal';
interface ChangelogDialogProps {
changelog: Changelog;
currentVersion: string;
dialogProps: Omit<DialogProps, 'id'>;
latestVersion: string;
}
export declare function ChangelogDialog(props: ChangelogDialogProps): React.JSX.Element;
export {};
//# sourceMappingURL=ChangelogDialog.d.ts.map