Skip to content

Commit 10bfd72

Browse files
chore(components): REL-10365 export SnippetLang and port over NewTabLink (#1801)
1 parent d3fe41c commit 10bfd72

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/seven-sites-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
export SnippetLang type

packages/components/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export type { SearchFieldProps } from './SearchField';
6565
export type { ListBoxSectionProps, MenuSectionProps } from './Section';
6666
export type { SelectProps, SelectValueProps } from './Select';
6767
export type { SeparatorProps } from './Separator';
68+
export type { SnippetLang } from './Snippet';
6869
export type { SwitchProps } from './Switch';
6970
export type {
7071
CellProps,

0 commit comments

Comments
 (0)