chill-bundles/src/Bundle/import-png.d.ts
Julien Fastré b740a88ae3
Feature: bootstrapping an app to show a modal for address details and showing it inside twig address's render box
Feature: showing map and link to external map, and address details inside address details modal

Feature: AddressDetailsMap show a warning if the address is incomplete
2023-03-22 15:32:40 +01:00

5 lines
71 B
TypeScript

declare module "*.png" {
const value: any;
export default value;
}