PowerHorse Engine
    Preparing search index...

    Type Alias SlotProps

    type SlotProps = {
        children?: unknown;
        slotId: string;
    }
    Index

    Properties

    Properties

    children?: unknown
    slotId: string