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