Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 14, 2024
1 parent 2b814bb commit 9de00e4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions denops/ddu/ext.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import {
Action,
type Action,
ActionFlags,
ActionName,
ActionOptions,
BaseParams,
ColumnOptions,
Context,
DduItem,
DduOptions,
FilterOptions,
ItemAction,
KindOptions,
PreviewContext,
Previewer,
SourceOptions,
UiOptions,
UserColumn,
UserFilter,
UserSource,
type ActionName,
type ActionOptions,
type BaseParams,
type ColumnOptions,
type Context,
type DduItem,
type DduOptions,
type FilterOptions,
type ItemAction,
type KindOptions,
type PreviewContext,
type Previewer,
type SourceOptions,
type UiOptions,
type UserColumn,
type UserFilter,
type UserSource,
} from "./types.ts";
import {
defaultDummy,
Expand Down

0 comments on commit 9de00e4

Please sign in to comment.