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