UNPKG
dk-plus
Version:
latest (1.0.28)
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
DK-PLUS
github.com/dk-plus-ui/dk-plus-ui
dk-plus-ui/dk-plus-ui
dk-plus
/
lib
/
_hooks
/
public
/
get-slot-list
/
index.d.ts
5 lines
(4 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
ComponentOptions
,
type
Slots
}
from
'vue'
;
type
slotListType =
ComponentOptions
[];
export
declare
const
getSlotList
:
(
slots
:
Slots
,
tagName
:
string
) =>
slotListType;
export
{};