Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 5, 2024
1 parent 2710821 commit a4ac02d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions fixtures/output/module.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
declare module '@stacksjs/some-module' {
interface DtsGenerationConfig {
customPlugins?: Array<{
name: string
transform: (code: string) => string
}>
}

interface DtsGenerationResult {
customPluginResults?: Record<string, string>
}
}

0 comments on commit a4ac02d

Please sign in to comment.