UNPKG

tini-app-jsapi-plugin

Version:

Tini App JSApi Plugin is a typescript server plugin that adds intellisense to Tini App JSApi.

12 lines (10 loc) 227 B
/// <reference no-default-lib="true"/> declare namespace my { interface ICanPullDownOptions { canPullDown: boolean; } /** * chưa hỗ trợ */ function setCanPullDown(options: ICanPullDownOptions): void; }