Files
react.dev/flow-typed/glamor.js
Brian Vaughn 3e4f2687c6 Update copyright headers (#3086)
Added and updated copyright headers.

Added some missing Flow types.

Removed an invalid prop-types import.
2020-07-07 10:35:57 -04:00

22 lines
346 B
JavaScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*/
declare module 'glamor' {
declare module.exports: {
css: {
global: (...params: any) => void,
},
};
}
declare module 'glamor/react' {
declare module.exports: {
createElement: any,
dom: any,
vars: any,
makeTheme: any,
propMerge: Function,
};
}