@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
12 lines • 403 B
JavaScript
import { ApolloProviderView } from './apollo_provider_view';
import { ApolloQueryView } from './apollo_query_view';
import { ApolloMutation } from './apollo_mutation_view';
export const catalogue = {
components: {
ApolloProvider: ApolloProviderView,
ApolloQuery: ApolloQueryView,
ApolloMutation: ApolloMutation
},
cssClass: ''
};
//# sourceMappingURL=catalogue.js.map