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