mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Update generated file
This commit is contained in:
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user