vue-thailand-address
Version:
Thai address input for Vue.
11 lines • 336 B
TypeScript
/**
* Delay time before close autocomplete.
*
* (This prevent autocomplete DOM get detroyed before access data.)
*/
export declare const AUTOCOMPLETE_CLOSE_DELAY = 250;
/**
* Allowed attributes that can be passed to internal input.
*/
export declare const ALLOWED_ATTRS: string[];
//# sourceMappingURL=constants.d.ts.map