element-plus
Version:
A Component Library for Vue 3
3 lines • 340 B
TypeScript
import { CollectionItem, ElCollectionInjectionContext, ElCollectionItemInjectionContext } from "./src/tokens.js";
import { COLLECTION_ITEM_SIGN, createCollectionWithScope } from "./src/collection.js";
export { COLLECTION_ITEM_SIGN, CollectionItem, ElCollectionInjectionContext, ElCollectionItemInjectionContext, createCollectionWithScope };