feat: export props of all components (#11024)
This commit is contained in:
@@ -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']>,
|
||||
|
||||
Reference in New Issue
Block a user