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