kopia lustrzana https://github.com/shoelace-style/shoelace
Remove unintended interface exports
rodzic
c65346d8dd
commit
3bde111277
|
@ -1,4 +1,4 @@
|
|||
export interface ModalOptions {
|
||||
interface ModalOptions {
|
||||
onFocusOut?: (event: Event) => any;
|
||||
}
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ export default class Popover {
|
|||
}
|
||||
}
|
||||
|
||||
export interface PopoverOptions {
|
||||
interface PopoverOptions {
|
||||
distance?: number;
|
||||
placement?:
|
||||
| 'auto'
|
||||
|
|
Ładowanie…
Reference in New Issue