@teambit/changelog
Version:
12 lines (11 loc) • 576 B
TypeScript
import type { ComponentUI } from '@teambit/component';
import type { Harmony } from '@teambit/harmony';
import type { ChangeLogPageProps } from './ui/change-log-page';
export declare class ChangeLogUI {
private host;
constructor(host: string);
ChangeLog: (props?: ChangeLogPageProps) => import("react/jsx-runtime").JSX.Element;
static dependencies: import("@teambit/harmony").Aspect[];
static runtime: import("@teambit/harmony").RuntimeDefinition;
static provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>;
}