UNPKG

lh-chs-ui

Version:

A Component Library for Vue.js.

8 lines (6 loc) 254 B
import Vue from 'vue' export declare class ChsUIComponent extends Vue { static install (vue: typeof Vue): void } export type ChsUIComponentSize = 'large' | 'medium' | 'small' | 'mini' export type ChsUIHorizontalAlignment = 'left' | 'center' | 'right'