UNPKG

storybook-amp

Version:

Storybook addon for AMP Html. Allows to display in your stories AMP Html components generated with React.

9 lines (8 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.decorators = void 0; var _withAmpDecorator = require("../withAmpDecorator"); var decorators = [_withAmpDecorator.withAmpDecorator]; exports.decorators = decorators;