mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
feat(types): upgrade carbon__icons-react to 10.9.2 (#43298)
* feat(types): upgrade carbon__icons-react types to 10.9.2 * fix(types): remove patch versions in carbon__icons-react
This commit is contained in:
parent
8dd4869771
commit
5ea99d7103
@ -1,6 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import { Add16, Add24, Add32 } from '@carbon/icons-react';
|
||||
import { Add16, Add24, Add32, AccessibilityAlt16 } from '@carbon/icons-react';
|
||||
|
||||
<AccessibilityAlt16 />; // $ExpectType Element
|
||||
<Add16 />; // $ExpectType Element
|
||||
<Add24 aria-label="Add" />; // $ExpectType Element
|
||||
<Add32 aria-label="Add" tabIndex="0" className="add-32" />; // $ExpectType Element
|
||||
<Add32 title="Add" aria-label="Add" tabIndex="0" className="add-32" />; // $ExpectType Element
|
||||
|
||||
923
types/carbon__icons-react/index.d.ts
vendored
923
types/carbon__icons-react/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user