UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

21 lines (17 loc) 357 B
this.primevue = this.primevue || {}; this.primevue.columngroup = (function () { 'use strict'; var script = { name: 'ColumnGroup', props: { type: { type: String, default: null } }, render() { return null; } }; return script; }());