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