moralis-ui
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -21,3 +21,3 @@ import { ReactNode } from 'react'; | ||
/** | ||
* call back function, not need for submit type | ||
* call back function, not needed for submit type buttons | ||
*/ | ||
@@ -24,0 +24,0 @@ onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void; |
@@ -73,2 +73,6 @@ import { ReactNode } from 'react'; | ||
/** | ||
* ref call back used with react hook form | ||
*/ | ||
ref?: any; | ||
/** | ||
* apply custom CSS | ||
@@ -75,0 +79,0 @@ */ |
@@ -0,2 +1,5 @@ | ||
export * from './Accordion'; | ||
export * from './Chip'; | ||
export * from './Button'; | ||
export * from './CardSelection'; | ||
export * from './Checkboxes'; | ||
@@ -6,8 +9,8 @@ export * from './Empty'; | ||
export * from './Loader'; | ||
export * from './Pill'; | ||
export * from './Radios'; | ||
export * from './RangeSlider'; | ||
export * from './Select'; | ||
export * from './SelectionCard'; | ||
export * from './Toggle'; | ||
export * from './VerifyCode'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './components'; | ||
export * from './types'; | ||
export * from './styles/scss/global.scss'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "moralis-ui", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "husky": { |
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
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 too big to display
Sorry, the diff of this file is not supported yet
612701
171
10144