ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface ContainerProps {
        children?: ReactNode;
        width?: "fixed" | "fluid";
        className?: string;
    }

    Hierarchy

    • VariantProps<typeof containerVariants>
      • ContainerProps
    Index

    Properties

    children?: ReactNode
    width?: "fixed" | "fluid"
    className?: string