@sanity/default-layout
Version:
The default layout components for Sanity
10 lines • 349 B
TypeScript
import type { ChangelogItem as ChangeItem } from '@sanity/base/_internal';
import React from 'react';
interface ChangelogListProps {
changeItems: ChangeItem[];
isLatest: boolean;
version: string;
}
export declare function ChangelogList(props: ChangelogListProps): React.JSX.Element;
export {};
//# sourceMappingURL=ChangelogList.d.ts.map