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

@oku-ui/arrow

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/arrow - npm Package Compare versions

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

14

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 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

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