import { FunctionComponent } from 'preact'; export type Container = FunctionComponent & { getInitialData?: (props: T) => Promise; }; //# sourceMappingURL=types.d.ts.map