PrinterPartBox( props: BoxOwnProps<Theme> & CommonProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, (keyof CommonProps)
| (keyof BoxOwnProps<Theme>)
, > & { component?: ElementType<any, (keyof IntrinsicElements)
> } & { small_margin?: boolean; subtitle_like?: boolean; },): Element
一个用来包裹一个部分的组件。