feat: export props of all components (#11024)

This commit is contained in:
neverland
2022-09-10 21:49:21 +08:00
committed by GitHub
parent 019c328975
commit e2ea3be819
167 changed files with 169 additions and 83 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ function genAlphabet() {
const [name, bem] = createNamespace('index-bar');
const indexBarProps = {
export const indexBarProps = {
sticky: truthProp,
zIndex: numericProp,
teleport: [String, Object] as PropType<TeleportProps['to']>,