wupengfei
2025-04-02 8f11a51fc8e0ee3381546e7cd1e1062d97550324
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};