Fix typescript bindings. (#1564)

This has been overlooked in PR #1407.
old
Ingo Bürk 2017-08-02 18:25:45 +02:00 committed by Javi Velasco
parent c1a2dba4b4
commit de69a1414f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export interface AppBarProps extends ReactToolbox.Props {
*/ */
fixed?: boolean; fixed?: boolean;
/** /**
* If true, the AppBar shows a shadow. * If true, the AppBar doesn't show a shadow.
* @default false * @default false
*/ */
flat?: boolean; flat?: boolean;