芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/themes/Divi/common/stories/controls/input/textarea.stories.js
import Textarea from '../../../controls/input/textarea'; export default { title: 'Controls/Input/Textarea', component: Textarea, // The actual component argTypes: { onChange: { action: 'changed', table: { disable: true, }, }, }, }; export const WithPlaceholder = { args: { placeholder: 'Enter text here...', className: 'textarea', }, };