Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit efc2a80

Browse files
committed
feat(system): add short version of prop types
1 parent 8fd3546 commit efc2a80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/utils/src/props.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ export const vueThemingProps = {
77
size: String as PropType<ThemingProps['size']>,
88
styleConfig: String as PropType<ThemingProps['styleConfig']>,
99
}
10+
11+
export const SNA = [Number, String, Array]
12+
export const SNAO = [Number, String, Array, Object]

0 commit comments

Comments
 (0)