UNPKG

285 BJavaScriptView Raw
1import { COMPONENT_TYPES } from "../core/component-types";
2export const SEED_DATA = {
3 name: "View",
4 tag: "View",
5 description: "A basic View component",
6 category: COMPONENT_TYPES.basic,
7 supports_list_render: false,
8 layout: {},
9 props: {}
10};
11//# sourceMappingURL=View.js.map
\No newline at end of file