grep-components
Advanced tools
Comparing version 0.0.56 to 0.0.57
import * as React from "react"; | ||
import { SelectProps } from "@material-ui/core/Select/Select"; | ||
import { PropTypes } from "@material-ui/core"; | ||
export interface ISelectItem { | ||
@@ -13,4 +14,5 @@ label: string; | ||
selectItems: ISelectItem[]; | ||
formMargin?: PropTypes.Margin; | ||
} | ||
declare const _default: React.ComponentType<GrepSelectProps>; | ||
export default _default; |
{ | ||
"name": "grep-components", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "Grep komponentbibliotek", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5135383
45149