我的button导出后,没有出现controls
来源:8-4 storybook 中的 args 的概念

慕o啦啦啦
2025-02-28
export const Button: FC = (props) => {
const {
btnType = ‘default’,
className,
disabled = false,
size,
children,
href,
…restProps
} = props
写回答
1回答
-
慕o啦啦啦
提问者
2025-02-28
其他的都有,就Button没有
022025-02-28
相似问题