@eduzz/houston
Advanced tools
Comparing version 0.0.30 to 0.0.31
import * as React from 'react'; | ||
import { TypographyProps } from '@material-ui/core/Typography'; | ||
declare type TypographyPropsExtends = 'id' | 'className' | 'style' | 'onClick' | 'color' | 'variant' | 'paragraph'; | ||
declare type TypographyPropsExtends = 'id' | 'className' | 'style' | 'onClick' | 'children' | 'color' | 'variant' | 'paragraph'; | ||
interface ITypographyProps extends Pick<TypographyProps, TypographyPropsExtends> { | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "@eduzz/houston", | ||
"description": "Eduzz Components UI", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"main": "./index.js", | ||
@@ -6,0 +6,0 @@ "types": "./index.d.ts", |
23656