Completely updated React, fixed #11, (hopefully)
This commit is contained in:
11
goTorrentWebUI/node_modules/material-ui/styles/spacing.d.ts
generated
vendored
11
goTorrentWebUI/node_modules/material-ui/styles/spacing.d.ts
generated
vendored
@@ -1,4 +1,9 @@
|
||||
export type Spacing = {
|
||||
export interface Spacing {
|
||||
unit: number;
|
||||
};
|
||||
export default Spacing;
|
||||
}
|
||||
|
||||
export type SpacingOptions = Partial<Spacing>;
|
||||
|
||||
declare const spacing: Spacing;
|
||||
|
||||
export default spacing;
|
||||
|
Reference in New Issue
Block a user