Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Sep 30, 2023
1 parent eb366a0 commit d5e1d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/oruga-next/src/components/loading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import InstanceRegistry from "@/utils/InstanceRegistry";

declare module "@/types" {
interface OrugaPrgrammatic {
interface OrugaProgrammatic {
loading: typeof LoadingProgrammatic;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/oruga-next/src/components/modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import InstanceRegistry from "@/utils/InstanceRegistry";

declare module "@/types" {
interface OrugaPrgrammatic {
interface OrugaProgrammatic {
modal: typeof ModalProgrammatic;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/oruga-next/src/components/notification/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import InstanceRegistry from "@//utils/InstanceRegistry";

declare module "@/types" {
interface OrugaPrgrammatic {
interface OrugaProgrammatic {
notification: typeof NotificationProgrammatic;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/oruga-next/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
};

declare module "./types" {
interface OrugaPrgrammatic {
interface OrugaProgrammatic {
config: typeof ConfigProgrammatic;
}
}

0 comments on commit d5e1d50

Please sign in to comment.