Skip to content

Commit

Permalink
feat: Defines meta for story.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipul0425 committed Dec 27, 2024
1 parent 5af740f commit 4ed5058
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Internal dependencies
*/
import SpacingSizesControl from '../';

const meta = {
title: 'BlockEditor/SpacingSizesControl',
component: SpacingSizesControl,
};

export default meta;

export const Default = {
render: ( args ) => {
return <SpacingSizesControl { ...args } />;
},
};

0 comments on commit 4ed5058

Please sign in to comment.