UNPKG

@opentiny/vue-renderless

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

16 lines (15 loc) 305 B
import "../chunk-G2ADBYYC.js"; import { toPxStyle } from "./index"; const api = ["toPxStyle"]; const renderless = (props, { toRefs, provide }) => { const { animated } = toRefs(props); provide("animated", animated); const api2 = { toPxStyle }; return api2; }; export { api, renderless };