oak-frontend-base/lib/components/list/index.js

10 lines
206 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = OakComponent({
isList: false,
properties: {
attributes: Array,
data: Array,
},
});