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