First alpha
This commit is contained in:
6
src/page.ts
Executable file
6
src/page.ts
Executable file
@ -0,0 +1,6 @@
|
||||
import { Component } from "preact";
|
||||
|
||||
export interface PageProps {
|
||||
state: any;
|
||||
}
|
||||
export abstract class Page<P extends PageProps, S> extends Component<P, S> { }
|
Reference in New Issue
Block a user