UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

9 lines (8 loc) 338 B
import { Slot } from 'vue'; declare function hasSlotContent(slot: Slot | undefined | null, props?: any): boolean; declare function isSlotEmpty(slot: Slot | undefined | null, props?: any): boolean; export default function useEmptySlotCheck(): { hasSlotContent: typeof hasSlotContent; isSlotEmpty: typeof isSlotEmpty; }; export {};