@storybook/addon-outline
Advanced tools
Comparing version
import * as core_dist_types from 'storybook/internal/types'; | ||
import * as _storybook_csf from '@storybook/csf'; | ||
interface OutlineParameters { | ||
/** | ||
* Outline configuration | ||
* | ||
* @see https://storybook.js.org/docs/essentials/measure-and-outline#parameters | ||
*/ | ||
outline: { | ||
/** Remove the addon panel and disable the addon's behavior */ | ||
disable?: boolean; | ||
}; | ||
} | ||
declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_csf.Renderer>; | ||
export { _default as default }; | ||
export { OutlineParameters, _default as default }; |
{ | ||
"name": "@storybook/addon-outline", | ||
"version": "0.0.0-pr-30197-sha-a3d613d5", | ||
"version": "0.0.0-pr-30197-sha-de13df08", | ||
"description": "Outline all elements with CSS to help with layout placement and alignment", | ||
@@ -77,6 +77,6 @@ "keywords": [ | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-30197-sha-a3d613d5" | ||
"storybook": "^0.0.0-pr-30197-sha-de13df08" | ||
}, | ||
@@ -83,0 +83,0 @@ "publishConfig": { |
41740
0.74%1260
0.88%