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