UNPKG

copious-transitions

Version:
13 lines (8 loc) 188 B
const {TaggedTransition} = require('../../index') class DefaultCustomTransitions { constructor() { } initialize() { } } module.exports = new DefaultCustomTransitions()