/** * This source code is quoted from rc-util. * homepage: https://github.com/react-component/util */ export default function isRequiredForA11y(validator: Function): (props: any, propName: string, componentName: string, location: any, propFullName: string, ...args: any[]) => any;