wupengfei
2025-04-11 246f3c03e189fb13b1c669100189a09b384ab900
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};