interface.uts 228 B

123456
  1. /**
  2. * interface.uts
  3. * uts插件接口定义文件,按规范定义接口文件可以在HBuilderX中更好的做到语法提示
  4. */
  5. export type TestOpenDialogPage = (url:string)=>void
  6. export type TestCloseDialogPage = ()=>void