@sorrell/code-hike 1.0.6 → 1.0.7
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.
- package/Remotion.d.ts +1 -1
- package/package.json +1 -1
package/Remotion.d.ts
CHANGED
|
@@ -14,4 +14,4 @@ export const DefaultCodeHikeConfig: CodeHikeConfig;
|
|
|
14
14
|
export function EnableMdx(CurrentConfiguration: WebpackConfiguration): Promise<WebpackConfiguration>;
|
|
15
15
|
|
|
16
16
|
export function ApplyBaseConfig(): void;
|
|
17
|
-
export function ApplyDefaultConfig(EntryPoint
|
|
17
|
+
export function ApplyDefaultConfig(EntryPoint?: string): void;
|