Skip to content

Commit

Permalink
fix: export config TypeScript types
Browse files Browse the repository at this point in the history
Usage:

```ts
import TwigRenderer, { TwigRendererConfig } from '@basalt/twig-renderer';
```
  • Loading branch information
EvanLovely authored Dec 21, 2019
1 parent 6939021 commit 1702b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface TwigRendererConfig {
export interface TwigRendererConfig {
src: {
/** Root directories for Twig Loader */
roots: string[];
Expand Down

0 comments on commit 1702b56

Please sign in to comment.