Skip to content

Commit

Permalink
chore(storybook): update button story to use argType
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam committed Mar 20, 2024
1 parent e8bcc23 commit 28cc386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Notes:

## Props

<Props of="c4d-button" />
<ArgTypes of="c4d-button" />

## Stable selectors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Demo16 from '../../internal/vendor/@carbon/web-components/icons/demo/16.j
import Email16 from '../../internal/vendor/@carbon/web-components/icons/email/16.js';
import Phone16 from '../../internal/vendor/@carbon/web-components/icons/phone/16.js';
import Quote16 from '../../internal/vendor/@carbon/web-components/icons/request-quote/16.js';
import styles from './masthead-l1.scss';
import styles from './masthead-l1.scss?lit';
import { L1_CTA_TYPES } from './defs';
import layoutBreakpoint from './masthead-breakpoint';

Expand Down

0 comments on commit 28cc386

Please sign in to comment.