Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyPenguin committed Nov 14, 2023
1 parent ea4232e commit 86b8065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.d.ts
@@ -1,3 +1,4 @@
import type { ParserOptions } from 'react-docgen-typescript';
import type { ParamType } from './utils/url';

// all of the types in here get exposed as part of the public API
Expand Down Expand Up @@ -26,5 +27,5 @@ export interface PlayroomConfig {
paramType: ParamType;
iframeSandbox?: string;
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
reactDocgenTypescriptConfig?: import('react-docgen-typescript').ParserOptions;
reactDocgenTypescriptConfig?: ParserOptions;
}

0 comments on commit 86b8065

Please sign in to comment.