zhengyiming
2025-03-28 8bb9173a95a87e3ceab4f48b5b34041af38b7c70
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};