Page MenuHomec4science

Section.d.ts
No OneTemporary

File Metadata

Created
Sun, Jul 27, 08:00

Section.d.ts

import React from 'react';
import * as Rsg from '../../../typings';
declare const Section: React.FunctionComponent<{
section: Rsg.Section;
depth: number;
}>;
export default Section;

Event Timeline