UNPKG

211 BTypeScriptView Raw
1export declare const ADDON_ID = "storybook/links";
2export declare const PARAM_KEY = "links";
3declare const _default: {
4 NAVIGATE: string;
5 REQUEST: string;
6 RECEIVE: string;
7};
8export default _default;