aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/src/solidity_doc_format.ts
blob: edfd5c5b7f7920524dce3401fdd814847a8e4f9d (plain) (blame)
1
2
3
4
5
import { DocAgnosticFormat, DocSection } from '@0xproject/react-docs';

export class SolidityDocFormat implements DocAgnosticFormat {
    [sectionName: string]: DocSection;
}