mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
added optional style object to CommonFlexProps
This commit is contained in:
5
react-flex/react-flex.d.ts
vendored
5
react-flex/react-flex.d.ts
vendored
@@ -9,6 +9,11 @@ declare namespace __ReactFlex {
|
||||
export import React = __React;
|
||||
|
||||
interface CommonFlexProps {
|
||||
/**
|
||||
* For custom style
|
||||
*/
|
||||
style?: Object;
|
||||
|
||||
/**
|
||||
* For `display: inline-flex`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user