zhengyiming
2025-02-21 6ca7a9741d3d858f00b56637a3b9d086f7892a52
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};