This commit is contained in:
15
node_modules/licia/$property.d.ts
generated
vendored
Normal file
15
node_modules/licia/$property.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import $safeEls = require('./$safeEls');
|
||||
|
||||
declare namespace $property {
|
||||
interface IProperty {
|
||||
(element: $safeEls.El, value: string): void;
|
||||
(element: $safeEls.El): string;
|
||||
}
|
||||
}
|
||||
declare const $property: {
|
||||
html: $property.IProperty;
|
||||
val: $property.IProperty;
|
||||
text: $property.IProperty;
|
||||
};
|
||||
|
||||
export = $property;
|
||||
Reference in New Issue
Block a user