react-code-dataset / tabler-react /example /src /ComponentDemo /react-element-to-jsx-string /options.js.flow
| /* @flow */ | |
| import * as React from 'react'; | |
| export type Options = {| | |
| filterProps: string[], | |
| showDefaultProps: boolean, | |
| showFunctions: boolean, | |
| functionValue: Function, | |
| tabStop: number, | |
| useBooleanShorthandSyntax: boolean, | |
| useFragmentShortSyntax: boolean, | |
| sortProps: boolean, | |
| maxInlineAttributesLineLength?: number, | |
| displayName?: (element: React.Element<*>) => string, | |
| |}; | |