| 2 | |
| 3 | // Example of adding option types to wxt config file |
| 4 | export interface ExampleModuleOptions { |
| 5 | a: string; |
| 6 | b?: string; |
| 7 | } |
| 8 | declare module 'wxt' { |
| 9 | interface InlineConfig { |
| 10 | example?: ExampleModuleOptions; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…