This commit is contained in:
13
node_modules/licia/$insert.d.ts
generated
vendored
Normal file
13
node_modules/licia/$insert.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import $safeEls = require('./$safeEls');
|
||||
|
||||
declare namespace $insert {
|
||||
type IInsert = (element: $safeEls.El, content: string | Element) => void;
|
||||
}
|
||||
declare const $insert: {
|
||||
before: $insert.IInsert;
|
||||
after: $insert.IInsert;
|
||||
append: $insert.IInsert;
|
||||
prepend: $insert.IInsert;
|
||||
};
|
||||
|
||||
export = $insert;
|
||||
Reference in New Issue
Block a user