Page MenuHomec4science

Section.d.ts
No OneTemporary

File Metadata

Created
Sat, Aug 2, 05:24

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