@@ -1,7 +0,0 @@
|
||||
|
||||
/** @brief type that is called to initialize a dom element */
|
||||
export interface Init
|
||||
{
|
||||
initialize (elem : any);
|
||||
}
|
||||
|
@@ -1,11 +0,0 @@
|
||||
|
||||
import { Init } from "./common"
|
||||
|
||||
|
||||
export class Postform implements Init
|
||||
{
|
||||
initialize(elem : any) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user