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