UNPKG

storybook-addon-rtl-direction

Version:

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

8 lines (7 loc) 191 B
export declare const ADDON_ID = "storybook/rtl-direction"; export declare const TOOL_ID: string; export declare const EVENTS: { RESULT: string; REQUEST: string; CLEAR: string; };