gather-content-ui
Version:
GatherContent UI Library
20 lines • 527 B
TypeScript
import { PageInformation as PageInformationComponent } from "lib";
declare const _default: {
title: string;
component: typeof PageInformationComponent;
argTypes: {
textChanged: {
action: string;
};
};
};
export default _default;
export declare const PageInformation: {
(args: any): import("react/jsx-runtime").JSX.Element;
parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
};
//# sourceMappingURL=PageInformation.stories.d.ts.map