Preparing search index...
    interface IDGCardPanelProps {
        closeIcon?: IconName;
        contentAutoHeight?: boolean;
        headerPosition?: "end" | "start" | "center";
        internal?: boolean;
        isCollapsed?: boolean;
        isCollapseIconOnLeft?: boolean;
        noBodyPadding?: boolean;
        noBoxShadow?: boolean;
        noContentGap?: boolean;
        openIcon?: IconName;
        rightExtraItems?: ReactNode;
        title?: ReactNode;
        titleSize?: Universe.DG.Uikit.SIZE;
    }
    Index

    Properties

    closeIcon?: IconName
    contentAutoHeight?: boolean
    headerPosition?: "end" | "start" | "center"
    internal?: boolean
    isCollapsed?: boolean
    isCollapseIconOnLeft?: boolean
    noBodyPadding?: boolean
    noBoxShadow?: boolean
    noContentGap?: boolean
    openIcon?: IconName
    rightExtraItems?: ReactNode
    title?: ReactNode
    titleSize?: Universe.DG.Uikit.SIZE