From 60beff7e6360de974348112bc6274902aae7e27b Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 14 Apr 2024 12:47:05 +0800 Subject: [PATCH] fix(projects): update union-key.d.ts --- src/typings/union-key.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/typings/union-key.d.ts b/src/typings/union-key.d.ts index b778bbec..ff5020bd 100644 --- a/src/typings/union-key.d.ts +++ b/src/typings/union-key.d.ts @@ -27,8 +27,8 @@ declare namespace UnionKey { /** * The scroll mode when content overflow * - * - Wrapper the wrapper component's root element overflow - * - Content the content component overflow + * - wrapper: the wrapper component's root element overflow + * - content: the content component overflow */ type ThemeScrollMode = import('@sa/materials').LayoutScrollMode;