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