@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias SlotsType<T>

    type SlotsType<T extends Record<string, any> = Record<string, any>> = {
        "[SlotSymbol]"?: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    "[SlotSymbol]"?: T