gather-content-ui
Version:
GatherContent UI Library
12 lines • 433 B
TypeScript
export declare function PageInformation({ title, subtitle, editable, rename, contextName, inputLabel, }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace PageInformation {
var defaultProps: {
subtitle: string;
editable: boolean;
rename: () => void;
contextName: string;
inputLabel: string;
};
}
export default PageInformation;
//# sourceMappingURL=index.d.ts.map