mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
[gestalt] Fix SegmentedControlProps
SegmentedControl was pointed at the wrong interface.
This commit is contained in:
parent
4317e09cd3
commit
75b239e424
3
types/gestalt/index.d.ts
vendored
3
types/gestalt/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for gestalt 0.75
|
||||
// Project: https://github.com/pinterest/gestalt, https://pinterest.github.io/gestalt
|
||||
// Definitions by: Nicolás Serrano Arévalo <https://github.com/serranoarevalo>
|
||||
// Josh Gachnang <https://github.com/joshgachnang>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@ -938,7 +939,7 @@ export class Pog extends React.Component<PogProps, any> {}
|
||||
export class Pulsar extends React.Component<PulsarProps, any> {}
|
||||
export class RadioButton extends React.Component<RadioButtonProps, any> {}
|
||||
export class SearchField extends React.Component<SearchFieldProps, any> {}
|
||||
export class SegmentedControl extends React.Component<SearchFieldProps, any> {}
|
||||
export class SegmentedControl extends React.Component<SegmentedControlProps, any> {}
|
||||
export class SelectList extends React.Component<SelectListProps, any> {}
|
||||
export class Spinner extends React.Component<SpinnerProps, any> {}
|
||||
export class Sticky extends React.Component<StickyProps, any> {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user