mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Remove unintended interface exports
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user