/** * 个人信息 */ import Profile from './profile'; export type { ProfileProps } from './profile'; export { Profile };