gather-content-ui
Version:
GatherContent UI Library
15 lines • 432 B
TypeScript
import InputWithButtonComponent from '../../lib/InputWithButton';
declare const _default: {
title: string;
component: typeof InputWithButtonComponent;
};
export default _default;
export declare const InputWithButton: {
(): import("react/jsx-runtime").JSX.Element;
parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
};
//# sourceMappingURL=InputWithButton.stories.d.ts.map