v-slots No type hint export interface ASlots{ 'header-action': () => VNode[]; } ``` slots: Object as SlotsType<ASlots>, ``` 