flow
This commit is contained in:
@ -7,6 +7,7 @@
|
|||||||
.*/node_modules/tiny-cookie/flow/.*
|
.*/node_modules/tiny-cookie/flow/.*
|
||||||
.*/node_modules/styled-components/.*
|
.*/node_modules/styled-components/.*
|
||||||
.*/node_modules/polished/.*
|
.*/node_modules/polished/.*
|
||||||
|
.*/node_modules/mobx/.*.flow
|
||||||
.*/node_modules/react-side-effect/.*
|
.*/node_modules/react-side-effect/.*
|
||||||
.*/node_modules/fbjs/.*
|
.*/node_modules/fbjs/.*
|
||||||
.*/node_modules/config-chain/.*
|
.*/node_modules/config-chain/.*
|
||||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"javascript.validate.enable": false
|
"javascript.validate.enable": false,
|
||||||
|
"typescript.validate.enable": false,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"typescript.format.enable": false
|
||||||
}
|
}
|
5
flow-typed/npm/styled-components_v5.x.x.js
vendored
5
flow-typed/npm/styled-components_v5.x.x.js
vendored
@ -413,11 +413,6 @@ declare module 'styled-components' {
|
|||||||
ElementName
|
ElementName
|
||||||
>;
|
>;
|
||||||
|
|
||||||
declare type ConvenientShorthands = $ObjMap<
|
|
||||||
BuiltinElementInstances,
|
|
||||||
<V>(V) => StyledShorthandFactory<V>
|
|
||||||
>;
|
|
||||||
|
|
||||||
declare interface Styled {
|
declare interface Styled {
|
||||||
<Comp: React$ComponentType<P>, Theme, OwnProps = React$ElementConfig<Comp>>(
|
<Comp: React$ComponentType<P>, Theme, OwnProps = React$ElementConfig<Comp>>(
|
||||||
Comp
|
Comp
|
||||||
|
Reference in New Issue
Block a user