zhengyiming
2025-06-11 91f00f1df35a964d69f48b9f71b484e2d4ef357e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};