wupengfei
2025-02-24 fe5fc18b6b1810a61df6ed7d94957f449ca05488
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};