zhengyiming
2025-02-26 c5743e1072ed629d721f45db8237874ac9a5df45
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};