UNPKG

187 BTypeScriptView Raw
1import * as React from 'react';
2
3import type { StackCardInterpolationProps } from '../types';
4
5export default React.createContext<StackCardInterpolationProps | undefined>(
6 undefined
7);