import { Plugin } from "vue"; var plugin: Plugin = { install: (props: Plugin[]) => { } } export default plugin export const textFormat = (value: stirng | number, code: stirng) => any;