UNPKG
iking-utils-test
Version:
latest (1.2.9)
1.2.9
金合前端工具库(1.2.9版本之后需要注册KEY)
1.85.2.105/iking-web-doc/
iking-utils-test
/
dist
/
src
/
vue
/
slot.d.ts
11 lines
(10 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@description
: Get slot to prevent empty error */
export
declare
function
getSlot
(
slots
:
any
,
slot
?:
string
,
data
?:
any
):
any
;
/** * extends slots *
@param
slots
*
@param
excludeKeys
*/
export
declare
function
extendSlots
(
slots
:
any
,
excludeKeys
?:
string
[]
):
any
;