feat(docz): render [Empty String] on PropsTable (#427)

* Updates the PropsTable to render '[Empty String]' instead of nothing.
* Add the code to print [No Default]
This commit is contained in:
Jared Malcolm
2018-10-27 06:53:43 -07:00
committed by Pedro Nauck
parent a8e0350767
commit 10a3eda89d

View File

@@ -12,7 +12,7 @@ export interface StylesMap {
const styles: StylesMap = {
thead: {
textAlign: 'left'
textAlign: 'left',
},
}