UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

4 lines 311 B
import * as React from 'react'; import { AutoTestkit } from '../../AutoTestkit'; export var testkit = function (section, storyConfig) { return (React.createElement(AutoTestkit, { metadata: storyConfig.metadata, storyConfig: storyConfig, hideImport: section.hideImport })); }; //# sourceMappingURL=testkit.js.map