primefaces / primevue-nuxt-module

MIT License
70 stars 11 forks source link

The `as` can be optional in `importPT` option. #43

Closed mertsincan closed 6 months ago

mertsincan commented 6 months ago
export interface ImportPTOptions {
  as?: string;
  from: string;
}