Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@emotion /react /dist /declarations /src /global.d.ts
| import * as React from 'react'; | |
| import { Theme } from "./theming.js"; | |
| import { Interpolation } from '@emotion/serialize'; | |
| export interface GlobalProps { | |
| styles: Interpolation<Theme>; | |
| } | |
| export declare let Global: React.FC<GlobalProps & React.RefAttributes<any>> | React.ForwardRefExoticComponent<GlobalProps & React.RefAttributes<any>>; | |