// 声明SDK props
interface IProps {
  name: string;
};

export default IProps;
