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