mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
declare module 'glamor' {
|
|
declare module.exports: {
|
|
css: {
|
|
global: (...params: any) => void,
|
|
},
|
|
};
|
|
}
|