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