Update generated file

This commit is contained in:
Cory LaViska
2021-01-18 13:23:56 -05:00
parent 7edd99bf31
commit 3ea5a0dfd8

4
src/components.d.ts vendored
View File

@@ -141,7 +141,7 @@ export namespace Components {
/**
* The badge's type.
*/
"type": 'primary' | 'success' | 'info' | 'warning' | 'danger' | 'text';
"type": 'primary' | 'success' | 'info' | 'warning' | 'danger';
}
interface SlButton {
/**
@@ -1796,7 +1796,7 @@ declare namespace LocalJSX {
/**
* The badge's type.
*/
"type"?: 'primary' | 'success' | 'info' | 'warning' | 'danger' | 'text';
"type"?: 'primary' | 'success' | 'info' | 'warning' | 'danger';
}
interface SlButton {
/**