Skip to content

Commit

Permalink
Merge pull request #378 from marp-team/hotfix-typing
Browse files Browse the repository at this point in the history
Add TypeScript definition for `cssContainerQuery` constructor option
  • Loading branch information
yhatt authored Oct 15, 2023
2 parents 516cf11 + 5ee448e commit 1dcf124
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- Add TypeScript definition for `cssContainerQuery` constructor option ([#378](https://github.com/marp-team/marpit/pull/378))

## v2.6.0 - 2023-10-15

### Added
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare namespace Marpit {
interface Options {
anchor?: boolean | AnchorCallback
container?: false | Element | Element[]
cssContainerQuery?: boolean | string | string[]
headingDivider?: false | HeadingDivider | HeadingDivider[]
lang?: string
looseYAML?: boolean
Expand Down

0 comments on commit 1dcf124

Please sign in to comment.