@storybook/addon-measure
Advanced tools
Comparing version 0.0.0-pr-30197-sha-a3d613d5 to 0.0.0-pr-30197-sha-de13df08
import * as core_dist_types from 'storybook/internal/types'; | ||
import * as _storybook_csf from '@storybook/csf'; | ||
interface MeasureParameters { | ||
/** | ||
* Measure configuration | ||
* | ||
* @see https://storybook.js.org/docs/essentials/measure-and-outline#parameters | ||
*/ | ||
measure: { | ||
/** 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 { MeasureParameters, _default as default }; |
{ | ||
"name": "@storybook/addon-measure", | ||
"version": "0.0.0-pr-30197-sha-a3d613d5", | ||
"version": "0.0.0-pr-30197-sha-de13df08", | ||
"description": "Inspect layouts by visualizing the box model", | ||
@@ -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": { |
59931
262