import React from 'react'; import { Button } from 'antd'; export const FilledButton = (props: any) => ( {props.children} ); export const FilledYellowButton = (props: any) => ( {props.children} );