feat: expose animation related values in context

This commit is contained in:
Christian Falch
2019-12-10 15:51:49 +01:00
committed by Satyajit Sahoo
parent 624ae0ad56
commit 6cddb5238c
4 changed files with 57 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import * as React from 'react';
import { StackCardInterpolationProps } from '../types';
export default React.createContext<StackCardInterpolationProps | undefined>(
undefined
);