polen
Version:
A framework for delightful GraphQL developer portals
9 lines • 338 B
TypeScript
import type { GraphqlChangeset } from '#lib/graphql-changeset/index';
import type React from 'react';
interface ChangelogLayoutProps {
children: React.ReactNode;
versions: GraphqlChangeset.ChangeSet[];
}
export declare const ChangelogLayout: React.FC<ChangelogLayoutProps>;
export {};
//# sourceMappingURL=ChangelogLayout.d.ts.map