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