@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
15 lines (14 loc) • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SnapshotProperties = exports.SnapshotEvents = void 0;
const SnapshotProperties = exports.SnapshotProperties = {
name: {
doc: 'A unique name for the sliced snapshot area.',
type: 'string',
status: 'optional'
}
};
const SnapshotEvents = exports.SnapshotEvents = {};
//# sourceMappingURL=SnapshotDocs.js.map