@oku-ui/arrow
Advanced tools
Comparing version 0.4.0-alpha.0 to 0.4.0-alpha.1
import * as vue from 'vue'; | ||
import { PropType } from 'vue'; | ||
import { ElementType, PrimitiveProps } from '@oku-ui/primitive'; | ||
import { OkuElement, PrimitiveProps } from '@oku-ui/primitive'; | ||
type ArrowIntrinsicElement = ElementType<'svg'>; | ||
type ArrowNaviteElement = OkuElement<'svg'>; | ||
type ArrowElement = Omit<SVGSVGElement, 'width' | 'height'> & { | ||
@@ -33,4 +33,4 @@ width: number; | ||
$props: { | ||
height?: number | undefined; | ||
width?: number | undefined; | ||
height?: number | undefined; | ||
asChild?: boolean | undefined; | ||
@@ -108,4 +108,4 @@ style?: unknown; | ||
}> | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, { | ||
height: number; | ||
width: number; | ||
height: number; | ||
asChild: boolean; | ||
@@ -161,9 +161,9 @@ }, {}, string, {}> & { | ||
}> | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, { | ||
height: number; | ||
width: number; | ||
height: number; | ||
asChild: boolean; | ||
}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => { | ||
$props: Partial<ArrowIntrinsicElement>; | ||
$props: ArrowNaviteElement; | ||
}); | ||
export { type ArrowElement, type ArrowIntrinsicElement, type ArrowProps, OkuArrow, arrowProps }; | ||
export { type ArrowElement, type ArrowNaviteElement, type ArrowProps, OkuArrow, arrowProps }; |
{ | ||
"name": "@oku-ui/arrow", | ||
"type": "module", | ||
"version": "0.4.0-alpha.0", | ||
"version": "0.4.0-alpha.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "source": "src/index.ts", |
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
19913