Interface DiffProps

interface DiffProps {
    enabled: boolean;
}

Properties

Properties

enabled: boolean

Enable diff

Generated using TypeDoc