MCPcopy
hub / github.com/vuejs/core / decorate

Function decorate

packages/runtime-dom/src/components/Transition.ts:74–81  ·  view source on GitHub ↗
(t: typeof Transition)

Source from the content-addressed store, hash-verified

72 * so that it can be annotated as pure
73 */
74const decorate = (t: typeof Transition) => {
75 t.displayName = 'Transition'
76 t.props = TransitionPropsValidators
77 if (__COMPAT__) {
78 t.__isBuiltIn = true
79 }
80 return t
81}
82
83/**
84 * DOM Transition is a higher-order-component based on the platform-agnostic

Callers 1

Transition.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected