UNPKG

@empathyco/x-components

Version:
15 lines (13 loc) 277 B
/** * Type for animations props. * * @remarks * String for 'ul' * Object for `DefineComponent` type * Function for `() => NoElement` * * @public */ const AnimationProp = [String, Object, Function]; export { AnimationProp }; //# sourceMappingURL=animation-prop.js.map