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