ant-design/.dumi/theme/builtins/APITable/index.tsx
MadCcc ffbb19e090
chore: lint (#39102)
* chore: enable tsc for demos

* chore: site lint

* chore: fix lint
2022-11-30 11:05:41 +08:00

9 lines
190 B
TypeScript

import React from 'react';
const APITable: React.FC = () => (
// TODO: implement api table, depend on the new markdown data structure passed
<>API Table</>
);
export default APITable;