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