zhengyiming
2025-03-13 75a69df5b11b8967d5b7d85c26596142f9e19af6
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};