fix(projects): update union-key.d.ts

This commit is contained in:
Soybean 2024-04-14 12:47:05 +08:00
parent d6eda8f9ed
commit 60beff7e63

View File

@ -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;