pull/3841/head
mertsincan 2023-03-29 16:58:15 +01:00
parent 49fc4462e4
commit 169c30d1a1
3 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,7 @@ if (project) {
doc[name] = {
description
};
const module_component_group = module.groups.find((g) => g.title === 'Component');
let methods = {
description: staticMessages['methods'],

View File

@ -14,7 +14,6 @@
v-bind="ptm('gutter')"
>
<div class="p-splitter-gutter-handle" tabindex="0" :style="gutterStyle" :aria-orientation="layout" :aria-valuenow="prevSize" @keyup="onGutterKeyUp" @keydown="onGutterKeyDown($event, i)" v-bind="ptm('gutterhandler')"></div>
</div>
</template>
</div>

View File

@ -49,7 +49,6 @@ export interface ToolbarPassThroughAttributes {
[key: string]: any;
}
/**
* Defines valid properties in Toolbar component.
*/