Backstage
    Preparing search index...

    Interface DialogBodyProps

    Props for the DialogBody component.

    interface DialogBodyProps {
        children?: ReactNode;
        className?: string;
    }
    Index

    Properties

    children?: ReactNode
    className?: string