mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
update draft-js.d.ts (#16033)
* update draft-js.d.ts export as namespace Draft; * fix typo
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ import * as Immutable from 'immutable';
|
||||
|
||||
type SyntheticKeyboardEvent = React.KeyboardEvent<{}>;
|
||||
type SyntheticEvent = React.SyntheticEvent<{}>;
|
||||
|
||||
export as namespace Draft;
|
||||
declare namespace Draft {
|
||||
namespace Component {
|
||||
namespace Base {
|
||||
|
||||
Reference in New Issue
Block a user