UNPKG
storybook-framework-cedar
Version:
latest (0.0.4)
0.0.4
Storybook for CedarJS
cedarjs/cedar
storybook-framework-cedar
/
dist
/
mocks
/
MockParamsProvider.d.ts
7 lines
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
Props
{
children
?:
React
.
ReactNode
; }
export
declare
const
MockParamsProvider
:
React
.
FC
<
Props
>;
export
{};
//# sourceMappingURL=MockParamsProvider.d.ts.map