import type { ButtonProps } from 'antd'; import { Button as AntdButton } from 'antd'; export function Button(props: ButtonProps) { return {props.children}; }