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
- Host: GitHub
- URL: https://github.com/noboxsolutions/wordpress-theme-types
- Owner: Noboxsolutions
- License: mit
- Created: 2022-07-31T08:29:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T10:12:56.000Z (about 3 years ago)
- Last Synced: 2025-07-09T03:09:42.909Z (3 months ago)
- Topics: definition, dts, types, typescript, typescript-definitions, typings, wordpress
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).