UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

14 lines 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const apollo_provider_view_1 = require("./apollo_provider_view"); const apollo_query_view_1 = require("./apollo_query_view"); const apollo_mutation_view_1 = require("./apollo_mutation_view"); exports.catalogue = { components: { ApolloProvider: apollo_provider_view_1.ApolloProviderView, ApolloQuery: apollo_query_view_1.ApolloQueryView, ApolloMutation: apollo_mutation_view_1.ApolloMutation }, cssClass: '' }; //# sourceMappingURL=catalogue.js.map