Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oku-ui/aspect-ratio

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oku-ui/aspect-ratio - npm Package Compare versions

Comparing version 0.4.0-alpha.0 to 0.4.0-alpha.1

8

dist/index.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc