mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Lint changes
This commit is contained in:
parent
eb2de5460c
commit
4d3a071e66
291 changed files with 28450 additions and 26621 deletions
|
@ -1,23 +1,23 @@
|
|||
const SplitterPanelProps = [
|
||||
{
|
||||
name: "size",
|
||||
type: "number",
|
||||
default: "null",
|
||||
description: "Size of the element relative to 100%."
|
||||
name: 'size',
|
||||
type: 'number',
|
||||
default: 'null',
|
||||
description: 'Size of the element relative to 100%.'
|
||||
},
|
||||
{
|
||||
name: "minSize",
|
||||
type: "number",
|
||||
default: "null",
|
||||
description: "Minimum size of the element relative to 100%."
|
||||
name: 'minSize',
|
||||
type: 'number',
|
||||
default: 'null',
|
||||
description: 'Minimum size of the element relative to 100%.'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
splitterpanel: {
|
||||
name: "SplitterPanel",
|
||||
description: "Splitter requires two SplitterPanel components to wrap.",
|
||||
"doc-url": "splitter",
|
||||
name: 'SplitterPanel',
|
||||
description: 'Splitter requires two SplitterPanel components to wrap.',
|
||||
'doc-url': 'splitter',
|
||||
props: SplitterPanelProps
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue