wupengfei
2025-05-30 3c42cdfe02b7a8e890d19b6bddd1a14365e754d5
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};