Typetable
API property documentation
Document API properties and types in a clean table format.
Usage
Example
| prop | type |
|---|---|
title | string |
description? | string |
order? | number |
Click a row to expand the description.
Features
- Shows property name, type, default, and description
- Indicates required properties with
?marker - Expandable rows for descriptions
- Clean compact design
- Works in MDX
Props
| prop | type |
|---|---|
data | Record<string, TypeInfo> |
Typeinfo
| prop | type |
|---|---|
type | string |
required? | boolean |
default? | string |
description? | ReactNode |