UNPKG
@angelblanco/v-calendar
Version:
latest (3.1.3)
3.1.3
A calendar and date picker plugin for Vue.js.
vcalendar.io
angelblanco/v-calendar
@angelblanco/v-calendar
/
dist
/
types
/
src
/
use
/
slots.d.ts
6 lines
(5 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
SetupContext
}
from
'vue'
;
type
Slots
=
SetupContext
[
'slots'
];
export
declare
function
provideSlots
(
slots
:
Slots
,
remap
?:
Record
<
string
,
string
>
):
void
;
export
declare
function
useSlot
(
slotKey
:
string
):
null
;
export
{};