UNPKG

storybook-addon-rtl-direction

Version:

A Storybook tool add-on to toggle html dir attribute between LTR and RTL.

16 lines (15 loc) 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENTS = exports.TOOL_ID = exports.ADDON_ID = void 0; var ADDON_ID = "storybook/rtl-direction"; exports.ADDON_ID = ADDON_ID; var TOOL_ID = "".concat(ADDON_ID, "/tool"); exports.TOOL_ID = TOOL_ID; var EVENTS = { RESULT: "".concat(ADDON_ID, "/result"), REQUEST: "".concat(ADDON_ID, "/request"), CLEAR: "".concat(ADDON_ID, "/clear") }; exports.EVENTS = EVENTS;