@oku-ui/aspect-ratio
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 AspectRatioIntrinsicElement = ElementType<'div'>; | ||
type AspectRatioNaviteElement = OkuElement<'div'>; | ||
type AspectRatioElement = HTMLDivElement; | ||
@@ -139,5 +139,5 @@ interface AspectRatioProps extends PrimitiveProps { | ||
}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => { | ||
$props: Partial<AspectRatioElement>; | ||
$props: AspectRatioNaviteElement; | ||
}); | ||
export { type AspectRatioElement, type AspectRatioIntrinsicElement, type AspectRatioProps, OkuAspectRatio, aspectRatioProps }; | ||
export { type AspectRatioElement, type AspectRatioNaviteElement, type AspectRatioProps, OkuAspectRatio, aspectRatioProps }; |
{ | ||
"name": "@oku-ui/aspect-ratio", | ||
"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
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
18775
201