Security upgrades
This commit is contained in:
11
node_modules/@material-ui/styles/ServerStyleSheets/ServerStyleSheets.d.ts
generated
vendored
Normal file
11
node_modules/@material-ui/styles/ServerStyleSheets/ServerStyleSheets.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { StylesProviderProps } from '../StylesProvider';
|
||||
|
||||
declare class ServerStyleSheets {
|
||||
constructor(options?: object);
|
||||
collect(children: React.ReactNode, options?: object): React.ReactElement<StylesProviderProps>;
|
||||
toString(): string;
|
||||
getStyleElement(props?: object): React.ReactElement;
|
||||
}
|
||||
|
||||
export default ServerStyleSheets;
|
||||
Reference in New Issue
Block a user