diff --git a/components/lib/passthrough/tailwind/index.d.ts b/components/lib/passthrough/tailwind/index.d.ts index ddfd708c0..7b8aba41e 100644 --- a/components/lib/passthrough/tailwind/index.d.ts +++ b/components/lib/passthrough/tailwind/index.d.ts @@ -1,5 +1,4 @@ import { PrimeVuePTOptions } from '../../config'; -interface Tailwind extends PrimeVuePTOptions {} - +declare const Tailwind: PrimeVuePTOptions; export default Tailwind;