UNPKG

antd-vue-dbthor

Version:

<p align="center"> <a href="https://www.dbice.cn/antd-vue-dbthor/docs/"> <img width="200" src="https://aliyuncdn.antdv.com/logo.png"> </a> </p>

4 lines (3 loc) 198 B
import { Reactive, Ref } from 'vue'; export declare const deepFreeze: <T>(obj: T) => T; export declare const idleSetRef: <T>(target: Ref<T[]> | Reactive<[]>, source: T[], stepNum?: number) => void;