@types/reflexbox
Advanced tools
Comparing version
@@ -10,12 +10,14 @@ // Type definitions for reflexbox 4.0 | ||
import * as React from 'react'; | ||
import * as StyledSystem from 'styled-system'; | ||
import { StyledComponent } from '@emotion/styled/types/index'; | ||
import { StyledComponent } from "@emotion/styled/types/index"; | ||
import * as React from "react"; | ||
import * as StyledSystem from "styled-system"; | ||
export interface BoxProps | ||
extends StyledSystem.SpaceProps, | ||
extends | ||
StyledSystem.SpaceProps, | ||
StyledSystem.LayoutProps, | ||
StyledSystem.TypographyProps, | ||
StyledSystem.ColorProps, | ||
StyledSystem.FlexboxProps { | ||
StyledSystem.FlexboxProps | ||
{ | ||
as?: React.ElementType | undefined; | ||
@@ -25,4 +27,4 @@ } | ||
export type BoxType = StyledComponent< | ||
JSX.IntrinsicElements['div'], | ||
Omit<JSX.IntrinsicElements['div'] & BoxProps, keyof React.ClassAttributes<any>> | ||
JSX.IntrinsicElements["div"], | ||
Omit<JSX.IntrinsicElements["div"] & BoxProps, keyof React.ClassAttributes<any>> | ||
>; | ||
@@ -29,0 +31,0 @@ |
{ | ||
"name": "@types/reflexbox", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for reflexbox", | ||
@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reflexbox", | ||
}, | ||
"typesPublisherContentHash": "6a39800f86db0abff0cd65442e0338a1f20beb4f53adcb1c295ffec480d432e9", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "9f0756b2027a9892aebd56a6bcf77c5e52abc0076a33cf48070ac145f40f8f45", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 25 Jul 2022 21:32:27 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/styled-system](https://npmjs.com/package/@types/styled-system), [@types/emotion__styled](https://npmjs.com/package/@types/emotion__styled) | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/emotion__styled](https://npmjs.com/package/@types/emotion__styled), [@types/react](https://npmjs.com/package/@types/react), [@types/styled-system](https://npmjs.com/package/@types/styled-system) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
@@ -1,1 +0,1 @@ | ||
export * from './index'; | ||
export * from "./index"; |
4451
0.18%28
7.69%