Interface SelectConfig

interface SelectConfig {
    debounce?: boolean;
}

Properties

Properties

debounce?: boolean

Generated using TypeDoc