CallioText API Reference - v0.0.22
    Preparing search index...

    Function PrinterPartBox

    • 一个用来包裹一个部分的组件。

      Parameters

      • 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;
        }

      Returns Element