@owlui/icons
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -0,4 +1,10 @@ | ||
export const Default: ( | ||
props: import('../src/Default/Default.types').IconsDefaultProps | ||
) => JSX.Element; | ||
export const DefaultTypes: typeof import('../src/Default/Default.types'); | ||
declare const _default: { | ||
DefaultIcon: typeof DefaultIcon; | ||
DefaultIconTypes: typeof DefaultIconTypes; | ||
Default: ( | ||
props: import('../src/Default/Default.types').IconsDefaultProps | ||
) => JSX.Element; | ||
DefaultTypes: typeof import('../src/Default/Default.types'); | ||
}; | ||
@@ -5,0 +11,0 @@ export default _default; |
{ | ||
"name": "@owlui/icons", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/packages/icons#readme", | ||
}, | ||
"gitHead": "4de1f981cd297a8b318878afe28bdc033cb615e7" | ||
"gitHead": "eb3f524a14b9fe2b3d017af2d7dccd6bafca0ad9" | ||
} |
import * as DefaultIcon from './Default/index'; | ||
import * as DefaultIconTypes from './Default/Default.types'; | ||
export const Default = DefaultIcon.component; | ||
export const DefaultTypes = DefaultIcon.types; | ||
export default { | ||
DefaultIcon, | ||
DefaultIconTypes, | ||
Default, | ||
DefaultTypes, | ||
}; |
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 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
3064578
4311