UNPKG

storybook-formik

Version:

A storybook addon that allows you to use components in your stories that rely on Formik context and see internal Formik state in a panel.

4 lines (3 loc) 127 B
export { DecoratorParams } from './shared'; export declare const withFormik: (...args: any) => any; export default withFormik;