How to use the @instructure/ui-motion/lib/components/Transition.PropTypes function in @instructure/ui-motion

To help you get started, we’ve selected a few @instructure/ui-motion examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instructure / instructure-ui / packages / ui-core / src / components / Transition / index.js View on Github external
* SOFTWARE.
 */

 import React, { Component } from 'react'

 import deprecated, { changedPackageWarning } from '@instructure/ui-utils/lib/react/deprecated'

 import UITransition from '@instructure/ui-motion/lib/components/Transition'

 @deprecated('5.0.0', null, changedPackageWarning(
   'ui-core',
   'ui-motion'
 ))
 class Transition extends Component {
   static propTypes = {
     ...UITransition.PropTypes
   }

   render () {
     return 
   }
 }

 export default Transition

@instructure/ui-motion

A UI component library made by Instructure Inc.

MIT
Latest version published 21 days ago

Package Health Score

87 / 100
Full package analysis

Similar packages