Current File : /home/exataengenharia/public_html/node_modules/@tailwindcss/typography/src/index.d.ts
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
  handler: () => void
}

declare namespace plugin {
  const __isOptionsFunction: true
}

export = plugin