@oku-ui/slot
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -5,7 +5,7 @@ import * as vue from 'vue'; | ||
[key: string]: any; | ||
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
declare const OkuSlottable: vue.DefineComponent<{}, (() => vue.VNode<vue.RendererNode, vue.RendererElement, { | ||
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
declare const OkuSlottable: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, { | ||
[key: string]: any; | ||
}>[] | undefined) | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
}>[] | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
export { OkuSlot, OkuSlottable }; |
{ | ||
"name": "@oku-ui/slot", | ||
"type": "module", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"license": "MIT", | ||
@@ -47,4 +47,5 @@ "source": "src/index.ts", | ||
"dev": "unbuild --stub", | ||
"release": "pnpm build && pnpm bumpp --commit='version(slot): release %s' --no-tag && pnpm publish", | ||
"clean": "rimraf ./dist && rimraf ./node_modules" | ||
} | ||
} |
@@ -10,2 +10,2 @@ # Slot | ||
$ pnpm add @oku-ui/slot | ||
``` | ||
``` |
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
11
6027
58