UNPKG

concis

Version:

Concis Component library for PC

7 lines (6 loc) 200 B
/** * @container 容器查找内容 * @hidden 指令,命令显示/隐藏 */ declare const useOverFlowScroll: (container: string, hidden: boolean) => void; export default useOverFlowScroll;