CIA Compliance Manager API Documentation - v0.8.21
    interface WidgetContainerProps {
        actions?: ReactNode;
        children: ReactNode;
        className?: string;
        error?: null | string | Error;
        errorContent?: ReactNode;
        icon?: ReactNode;
        isLoading?: boolean;
        loading?: boolean;
        testId?: string;
        title: string;
    }
    Index

    Properties

    actions?: ReactNode
    children: ReactNode
    className?: string
    error?: null | string | Error
    errorContent?: ReactNode
    icon?: ReactNode
    isLoading?: boolean
    loading?: boolean
    testId?: string
    title: string
    MMNEPVFCICPMFPCPTTAAATR