mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
9 lines
288 B
TypeScript
9 lines
288 B
TypeScript
export default install;
|
|
export function install(Vue: any): void;
|
|
export function create(el: any, options: any): Maska;
|
|
import mask from "./mask";
|
|
import directive from "./directive";
|
|
import tokens from "./tokens";
|
|
import Maska from "./maska";
|
|
export { mask, directive as maska, tokens };
|