zhengyiming
2025-06-23 634069895e7165db7e2d04dca5cd61dfd1e1f5f9
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};