zhengyiming
2025-08-07 33c45ab67c74c387596a3a2fae26b314bebe1a4f
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};