New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/tailwindcss__typography

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tailwindcss__typography

TypeScript definitions for @tailwindcss/typography

  • 0.5.0
  • ts4.0
  • ts4.1
  • ts4.2
  • ts4.3
  • ts4.4
  • ts4.5
  • ts4.6
  • ts4.7
  • ts4.8
  • ts4.9
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Installation

npm install --save @types/tailwindcss__typography

Summary

This package contains type definitions for @tailwindcss/typography (https://github.com/tailwindlabs/tailwindcss-typography).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tailwindcss__typography.

index.d.ts

// Type definitions for @tailwindcss/typography 0.5
// Project: https://github.com/tailwindlabs/tailwindcss-typography
// Definitions by: Remco Haszing <https://github.com/remcohaszing>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import plugin = require('tailwindcss/plugin');

/**
 * A plugin that provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control, like HTML rendered from Markdown, or pulled from a CMS.
 *
 * @see https://tailwindcss.com/docs/typography-plugin
 */
declare const typography: ReturnType<typeof plugin['withOptions']>;

export = typography;

Additional Details

  • Last updated: Mon, 29 Aug 2022 22:32:43 GMT
  • Dependencies: @types/tailwindcss
  • Global values: none

Credits

These definitions were written by Remco Haszing.

FAQs

Package last updated on 29 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc