Skip to content

Commit

Permalink
refactor: fix flow type issues related to new slate api
Browse files Browse the repository at this point in the history
  • Loading branch information
erichartline committed May 24, 2019
1 parent f86e0e0 commit 5e9539d
Show file tree
Hide file tree
Showing 11 changed files with 1,013 additions and 12 deletions.
116 changes: 116 additions & 0 deletions flow-typed/npm/@convertkit/slate-lists_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
// flow-typed signature: 1f6a58312740313d2805cbd71742187a
// flow-typed version: <<STUB>>/@convertkit/slate-lists_vx.x.x/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
*
* '@convertkit/slate-lists'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module '@convertkit/slate-lists' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@convertkit/slate-lists/dist/index.esm' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/dist/index' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/decrease-list-item-depth' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/increase-list-item-depth' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/toggle-list' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/unwrap-list-by-key' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/unwrap-list' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/commands/wrap-list' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/create-commands' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/create-normalize-node' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/create-render-node' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/create-schema' {
declare module.exports: any;
}

declare module '@convertkit/slate-lists/src/index' {
declare module.exports: any;
}

// Filename aliases
declare module '@convertkit/slate-lists/dist/index.esm.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/dist/index.esm'>;
}
declare module '@convertkit/slate-lists/dist/index.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/dist/index'>;
}
declare module '@convertkit/slate-lists/src/commands/decrease-list-item-depth.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/decrease-list-item-depth'>;
}
declare module '@convertkit/slate-lists/src/commands/increase-list-item-depth.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/increase-list-item-depth'>;
}
declare module '@convertkit/slate-lists/src/commands/toggle-list.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/toggle-list'>;
}
declare module '@convertkit/slate-lists/src/commands/unwrap-list-by-key.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/unwrap-list-by-key'>;
}
declare module '@convertkit/slate-lists/src/commands/unwrap-list.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/unwrap-list'>;
}
declare module '@convertkit/slate-lists/src/commands/wrap-list.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/commands/wrap-list'>;
}
declare module '@convertkit/slate-lists/src/create-commands.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/create-commands'>;
}
declare module '@convertkit/slate-lists/src/create-normalize-node.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/create-normalize-node'>;
}
declare module '@convertkit/slate-lists/src/create-render-node.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/create-render-node'>;
}
declare module '@convertkit/slate-lists/src/create-schema.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/create-schema'>;
}
declare module '@convertkit/slate-lists/src/index.js' {
declare module.exports: $Exports<'@convertkit/slate-lists/src/index'>;
}
Loading

0 comments on commit 5e9539d

Please sign in to comment.