chore(): sync with main

This commit is contained in:
Liam DeBeasi
2021-12-07 14:57:29 -05:00
31 changed files with 2487 additions and 2056 deletions

View File

@ -238,7 +238,7 @@ export namespace Components {
*/
"disabled": boolean;
/**
* The icon name to use for the back button.
* The built-in named SVG icon name or the exact `src` of an SVG file to use for the back button.
*/
"icon"?: string | null;
/**
@ -3891,7 +3891,7 @@ declare namespace LocalJSX {
*/
"disabled"?: boolean;
/**
* The icon name to use for the back button.
* The built-in named SVG icon name or the exact `src` of an SVG file to use for the back button.
*/
"icon"?: string | null;
/**