UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

11 lines 595 B
import React from 'react'; import styles from './styles.scss'; export var previewWarning = function (_a) { var onConfirm = _a.onConfirm; return (React.createElement("div", { className: styles.previewWarning }, React.createElement("h3", null, "Warning!"), React.createElement("p", null, "We are about to run downloaded code."), React.createElement("p", null, "This can be dangerous!"), React.createElement("button", { className: styles.previewConfirmButton, onClick: onConfirm }, "Code looks okay, run it"))); }; //# sourceMappingURL=preview-warning.js.map