posthtml-component 2.1.0-beta.1 → 2.1.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthtml-component",
3
- "version": "2.1.0-beta.1",
3
+ "version": "2.1.0-beta.2",
4
4
  "description": "Laravel Blade-inspired components for PostHTML with slots, attributes as props, custom tags and more.",
5
5
  "license": "MIT",
6
6
  "repository": "posthtml/posthtml-components",
package/src/index.d.ts CHANGED
@@ -60,7 +60,7 @@ export type PostHTMLComponents = {
60
60
  *
61
61
  * @default 'html'
62
62
  */
63
- fileExtension?: string;
63
+ fileExtension?: string|string[];
64
64
 
65
65
  /**
66
66
  * Name of the tag that will be replaced with the content that is passed to the component.