zhengyiming
2025-02-21 aab27de6eee48382c6add3e9ca15023365842f16
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};