Skip to content

Commit

Permalink
remove references to ts 4.9 snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Lloyd committed Jul 20, 2023
1 parent 3ec06ab commit a50b2ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/essentials/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ For libraries that expose themes to components through providers, such as [Mater
paths={[
'common/storybook-addon-themes-jsx-provider-decorator.js.mdx',
'common/storybook-addon-themes-jsx-provider-decorator.ts.mdx',
'common/storybook-addon-themes-jsx-provider-decorator.ts-4-9.mdx',
]}
/>

Expand All @@ -36,7 +35,6 @@ For libraries that rely on CSS classes on a parent element to determine the them
paths={[
'common/storybook-addon-themes-classname-decorator.js.mdx',
'common/storybook-addon-themes-classname-decorator.ts.mdx',
'common/storybook-addon-themes-classname-decorator.ts-4-9.mdx',
]}
/>

Expand All @@ -52,7 +50,6 @@ For libraries that rely on data attributes on a parent element to determine the
paths={[
'common/storybook-addon-themes-data-attribute-decorator.js.mdx',
'common/storybook-addon-themes-data-attribute-decorator.ts.mdx',
'common/storybook-addon-themes-data-attribute-decorator.ts-4-9.mdx',
]}
/>

Expand Down

0 comments on commit a50b2ef

Please sign in to comment.