ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface CodeProps

    interface CodeProps {
        asChild?: boolean;
        showCopyButton?: boolean;
        copyText?: string;
        variant?: "default" | "destructive" | "outline" | null;
        size?: "default" | "lg" | "sm" | null;
    }

    Hierarchy

    • HTMLAttributes<HTMLElement>
    • VariantProps<typeof codeVariants>
      • CodeProps
    Index

    Properties

    asChild?: boolean
    showCopyButton?: boolean
    copyText?: string
    variant?: "default" | "destructive" | "outline" | null = ...
    size?: "default" | "lg" | "sm" | null = ...