UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

7 lines (6 loc) 262 B
import type { InjectionKey } from 'vue'; export declare const COLLAPSE_KEY: InjectionKey<{ updateVal: (name: string | number) => void; isExpanded: (name: string | number) => boolean; }>; export type CollapseValue = string | number | (string | number)[];