nutui.d.ts 243 B

1234567891011
  1. import Vue from 'vue';
  2. export interface InstallationOptions {
  3. locale?: any
  4. lang?: any
  5. }
  6. export const version: string
  7. export const locale: (l:any) => void
  8. export function install (vue: typeof Vue, options: InstallationOptions): void