An open API service indexing awesome lists of open source software.

https://github.com/noboxsolutions/wordpress-theme-types

TypeScript definitions for WordPress theme.json files
https://github.com/noboxsolutions/wordpress-theme-types

definition dts types typescript typescript-definitions typings wordpress

Last synced: 2 months ago
JSON representation

TypeScript definitions for WordPress theme.json files

Awesome Lists containing this project

README

          

# `theme.json` TypeScript definitions

Hand-written type definitions for WordPress `theme.json` files.

Based on the [`theme.json` JSON schema](https://schemas.wp.org/trunk/theme.json) as it appeared on 2022-07-31.

## Installation

```bash
> npm install --save-dev wordpress-theme-types
# or
> yarn add -D wordpress-theme-types
# or
> pnpm add -D wordpress-theme-types
```

## Credits

These definitions were written by [Benjamin Röjder Delnavaz](https://github.com/bocom).