@spartan-ui/select
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.2.0 (2020-04-11) | ||
### Features | ||
* **datagrid:** add datagrid component ([334ff75](https://github.com/spartan-ui/spartan-ui/commit/334ff75ec2fe7c08ebdcddef24f468a4b1fb8461)), closes [#3](https://github.com/spartan-ui/spartan-ui/issues/3) | ||
# 0.1.0 (2020-04-02) | ||
@@ -8,0 +19,0 @@ |
/// <reference types="react" /> | ||
import { Props as ReactSelectProps } from 'react-select/src/Select'; | ||
import { Props as StateManagerProps } from 'react-select/src/stateManager'; | ||
import { Props as ReactSelectProps } from 'react-select/src/Select'; | ||
export declare type SelectProps<T = {}> = ReactSelectProps<T> & StateManagerProps<T>; | ||
export declare const Select: (props: SelectProps<{}>) => JSX.Element; |
{ | ||
"name": "@spartan-ui/select", | ||
"description": "Spartan Select React component library", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -103,3 +103,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8fbee1a840be7f221b56a910a0242c1d0df7bb8b" | ||
"gitHead": "e9d9d167d50189551c3d879bc821e86a68a593f1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16539
1