We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd4380 commit d7bc400Copy full SHA for d7bc400
packages/carta-md/src/lib/index.ts
@@ -5,6 +5,7 @@ export type { InputEnhancer, TextSelection } from '$lib/internal/input';
5
export type { Icon } from '$lib/internal/icons';
6
export type { KeyboardShortcut } from '$lib/internal/shortcuts';
7
export type { Prefix } from '$lib/internal/prefixes';
8
+export type { TabOut } from '$lib/internal/tabouts';
9
export * from '$lib/internal/carta';
10
export * from '$lib/internal/highlight';
11
export * from '$lib/internal/textarea-props';
0 commit comments