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