We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe41c commit 10bfd72Copy full SHA for 10bfd72
.changeset/seven-sites-act.md
@@ -0,0 +1,5 @@
1
+---
2
+"@launchpad-ui/components": patch
3
4
+
5
+export SnippetLang type
packages/components/src/index.ts
@@ -65,6 +65,7 @@ export type { SearchFieldProps } from './SearchField';
65
export type { ListBoxSectionProps, MenuSectionProps } from './Section';
66
export type { SelectProps, SelectValueProps } from './Select';
67
export type { SeparatorProps } from './Separator';
68
+export type { SnippetLang } from './Snippet';
69
export type { SwitchProps } from './Switch';
70
export type {
71
CellProps,
0 commit comments