wix-style-react
Version:
17 lines (13 loc) • 403 B
JavaScript
import GoogleAddressInput from './GoogleAddressInput';
import Registry from '@ui-autotools/registry';
import { GmapsTestClient } from './gmapsTestClient';
const metadata = Registry.getComponentMetadata(GoogleAddressInput);
metadata.exportInfo = {
path: 'src/GoogleAddressInput/GoogleAddressInput.js',
};
metadata.addSim({
title: 'Required props',
props: {
Client: GmapsTestClient,
},
});