zhengyiming
2025-02-20 314dcacdeecec4dff192b78bad5124b1b29a453d
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};