import { BaseProps } from '../types'; interface ClickProps extends BaseProps { name: string; } export { ClickProps };