gather-content-ui
Version:
GatherContent UI Library
12 lines • 380 B
TypeScript
import { RenameInput as RenameInputComponent } from "lib";
declare const _default: {
title: string;
components: typeof RenameInputComponent;
args: {
large: boolean;
text: string;
};
};
export default _default;
export declare function RenameInput(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RenameInput.stories.d.ts.map