import { ITranslation } from "./../interface";
const zh_CN: ITranslation = {
  placeHolder: "请选择"
};
export default zh_CN;
