+
+
+
+ {{ countValue }}
+
+
+
+
+
diff --git a/src/runtime/types/index.ts b/src/runtime/types/index.ts
index caea2fd..532ee79 100644
--- a/src/runtime/types/index.ts
+++ b/src/runtime/types/index.ts
@@ -4,5 +4,6 @@ export * from './input'
export * from './textarea'
export * from './kbd'
export * from './toggle'
+export * from './mark'
export * from './utils'
diff --git a/src/runtime/types/mark.d.ts b/src/runtime/types/mark.d.ts
new file mode 100644
index 0000000..b4473ad
--- /dev/null
+++ b/src/runtime/types/mark.d.ts
@@ -0,0 +1,14 @@
+import type { AppConfig } from '@nuxt/schema'
+import type { mark } from '../ui.config'
+import type { ExtractDeepKey } from './utils'
+import type colors from '#ray-colors'
+
+export type MarkSize =
+ | keyof typeof mark.size
+ | ExtractDeepKey