UNPKG

storybook-framework-cedarjs

Version:

Storybook for CedarJS

9 lines 296 B
/** * NOTE: This module should not contain any nodejs functionality, * because it's also used by Storybook in the browser. */ import React from 'react'; export declare const MockProviders: React.FunctionComponent<{ children: React.ReactNode; }>; //# sourceMappingURL=MockProviders.d.ts.map