routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { App } from 'vue';
|
||||
import type { RulesOptions } from './rules.js';
|
||||
import type { LocaleInstance } from '../../composables/locale.js';
|
||||
export interface RulesPlugin {
|
||||
install: (app: App) => void;
|
||||
}
|
||||
export declare function createRulesPlugin(rules: RulesOptions, locale: LocaleInstance): RulesPlugin;
|
||||
Reference in New Issue
Block a user