sesaparcours
    Preparing search index...

    Interface IDomEltMtgValues

    interface IDomEltMtgValues {
        inputProps: Record<string, { initialValue: number }>;
        mtgOptions: object;
        name: string;
        persistent: boolean;
        svgOptions: object;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    inputProps: Record<string, { initialValue: number }>
    mtgOptions: object
    name: string
    persistent: boolean
    svgOptions: object
    value: string