@ausbom/styles
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -16,3 +16,3 @@ --- | ||
```text | ||
```bash | ||
npm install @ausbom/styles | ||
@@ -54,4 +54,3 @@ ``` | ||
```javascript | ||
```jsx | ||
import React from 'react' | ||
@@ -58,0 +57,0 @@ import styled from 'styled-components' |
import React from 'react' | ||
import { Breakpoint, GridProps } from '../../grid/src/Grid.d' | ||
import { ButtonThemeProps } from '../../button/src/Button.d' | ||
import { TypographyThemeProps } from '../../typography/src/Typography.d' | ||
export interface IProps { | ||
@@ -21,2 +21,3 @@ theme?: ThemeProps | ||
grid: GridProps | ||
typography: TypographyThemeProps | ||
} | ||
@@ -23,0 +24,0 @@ |
{ | ||
"name": "@ausbom/styles", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -108,3 +108,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "9417b59edf8a2921fe9072be38d2229f13e240e1" | ||
"gitHead": "90c4ccc0d283e70c914a638aa4839aa31b27f829" | ||
} |
import React from 'react' | ||
import { Breakpoint, GridProps } from '../../grid/src/Grid.d' | ||
import { ButtonThemeProps } from '../../button/src/Button.d' | ||
import { TypographyThemeProps } from '../../typography/src/Typography.d' | ||
export interface IProps { | ||
@@ -21,2 +21,3 @@ theme?: ThemeProps | ||
grid: GridProps | ||
typography: TypographyThemeProps | ||
} | ||
@@ -23,0 +24,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21708
462