Skip to content

Commit d7bc400

Browse files
committed
fix: add tabout export
1 parent 5fd4380 commit d7bc400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/carta-md/src/lib/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type { InputEnhancer, TextSelection } from '$lib/internal/input';
55
export type { Icon } from '$lib/internal/icons';
66
export type { KeyboardShortcut } from '$lib/internal/shortcuts';
77
export type { Prefix } from '$lib/internal/prefixes';
8+
export type { TabOut } from '$lib/internal/tabouts';
89
export * from '$lib/internal/carta';
910
export * from '$lib/internal/highlight';
1011
export * from '$lib/internal/textarea-props';

0 commit comments

Comments
 (0)