mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4274
This commit is contained in:
parent
24c28130c9
commit
289ee220ed
32 changed files with 189 additions and 98 deletions
|
@ -158,6 +158,7 @@ export interface TriStateCheckboxProps {
|
|||
export interface TriStateCheckboxSlots {
|
||||
/**
|
||||
* Custom check icon template.
|
||||
* @param {Object} scope - checkicon slot's params.
|
||||
*/
|
||||
checkicon(scope: {
|
||||
/**
|
||||
|
@ -167,6 +168,7 @@ export interface TriStateCheckboxSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom uncheck icon template.
|
||||
* @param {Object} scope - uncheckicon slot's params.
|
||||
*/
|
||||
uncheckicon(scope: {
|
||||
/**
|
||||
|
@ -176,6 +178,7 @@ export interface TriStateCheckboxSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom nullable icon template.
|
||||
* @param {Object} scope - nullableicon slot's params.
|
||||
*/
|
||||
nullableicon(scope: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue