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