12 lines
122 B
TypeScript
12 lines
122 B
TypeScript
|
|
import { Init } from "./common"
|
|
|
|
|
|
export class Postform implements Init
|
|
{
|
|
initialize(elem : any) {
|
|
|
|
}
|
|
}
|
|
|