@aplus-frontend/ui
Version:
9 lines (8 loc) • 316 B
TypeScript
import { default as _ApValueSelectCard } from './index.vue';
import { hexToRgba } from './utils';
type ApValueSelectCardInstance = typeof _ApValueSelectCard & {
hexToRgba: typeof hexToRgba;
};
export * from './interface';
declare const ApValueSelectCard: ApValueSelectCardInstance;
export { ApValueSelectCard };