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