mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
blissfuljs: Don't rely on global definitions of AriaRequestEvent and CommandEvent (#15997)
This commit is contained in:
10
types/blissfuljs/index.d.ts
vendored
10
types/blissfuljs/index.d.ts
vendored
@@ -251,6 +251,16 @@ declare namespace BlissNS {
|
||||
(expr: Node, context?: Element): [Node];
|
||||
}
|
||||
|
||||
interface AriaRequestEvent extends Event {
|
||||
readonly attributeName: string;
|
||||
attributeValue: string | null;
|
||||
}
|
||||
|
||||
interface CommandEvent extends Event {
|
||||
readonly commandName: string;
|
||||
readonly detail: string | null;
|
||||
}
|
||||
|
||||
// Native methods added into "_" property, but methods that return "void" now return thi stype in order to be chainables
|
||||
// Methods are All HTMLElement a ELement methods
|
||||
interface BlissNativeExtentions<T> {
|
||||
|
||||
Reference in New Issue
Block a user