zhengyiming
4 天以前 2525f53411b131ecb9926409a523f0e44df6d20c
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};