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