UNPKG

getaddress-autocomplete-modal

Version:

GetAddress.io - Autocomplete modal plug-in

9 lines (8 loc) 242 B
import AttributeValues from "./AttributeValues.js"; export default class Style { readonly attributeValues: AttributeValues; constructor(attributeValues: AttributeValues); css: string; inject: () => void; private getCss; }