pull/7055/head
tugcekucukoglu 2025-01-07 14:18:57 +03:00
commit 450a68787d
1 changed files with 16 additions and 0 deletions

View File

@ -66836,6 +66836,22 @@
"type": "boolean", "type": "boolean",
"default": "false", "default": "false",
"description": "When enabled, it removes component related styles in the core." "description": "When enabled, it removes component related styles in the core."
},
{
"name": "onMouseEnter",
"optional": true,
"readonly": false,
"type": "Function",
"default": "",
"description": "Used to specify a callback function to be run when the"
},
{
"name": "onMouseLeave",
"optional": true,
"readonly": false,
"type": "Function",
"default": "",
"description": "Used to specify a callback function to be run when the"
} }
], ],
"methods": [] "methods": []