zhengyiming
2025-05-29 b8aa16ee1bd825e9798b9c749a1b8877844882fb
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};