zhengyiming
2025-03-06 753ada68e666932bd8e5071ef8177ea729f6a58c
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};