UNPKG

storybook-framework-cedarjs

Version:

Storybook for CedarJS

7 lines 196 B
import React from 'react'; interface Props { children?: React.ReactNode; } export declare const MockParamsProvider: React.FC<Props>; export {}; //# sourceMappingURL=MockParamsProvider.d.ts.map