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