UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

12 lines (11 loc) 687 B
import type { ExtractPropTypes } from 'vue'; import type Bar from './bar.vue'; export declare const barProps: { readonly always: import("code-monkey-ui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>; readonly width: StringConstructor; readonly height: StringConstructor; readonly ratioX: import("code-monkey-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>; readonly ratioY: import("code-monkey-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>; }; export declare type BarProps = ExtractPropTypes<typeof barProps>; export declare type BarInstance = InstanceType<typeof Bar>;