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