Skip to content

Commit

Permalink
In type definitions, move debounceChangePeriod from AceOptions to com…
Browse files Browse the repository at this point in the history
…ponent props (#572)
  • Loading branch information
lazerwalker authored and securingsincity committed Dec 19, 2018
1 parent 13ed6c0 commit 4f04828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export interface AceOptions {
enableSnippets?: boolean
spellcheck?: boolean
useElasticTabstops?: boolean
debounceChangePeriod?: number
}

export interface EditorProps {
Expand Down Expand Up @@ -166,6 +165,7 @@ export interface AceEditorProps {
annotations?: Array<Annotation>
markers?: Array<Marker>
style?: CSSProperties
debounceChangePeriod?: number
}

export default class AceEditor extends Component<AceEditorProps, {}> {}

0 comments on commit 4f04828

Please sign in to comment.