/** * 选取关键 props 生成 key 字符串 */ export default function getKeyPropsString(props: Record): string;