Skip to content

Commit

Permalink
Merge branch 'master' into custom-object-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Nov 23, 2024
2 parents 390b22c + 9ae552e commit ab66c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-react-v5/src/Components/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function padding(num: number): string {
return `${num}`;
}

interface ScheduleConfig {
export interface ScheduleConfig {
time: {
exactTime: boolean;
start: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-react-v5/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export {
} from './Components/ObjectBrowser';
export { Router } from './Components/Router';
export { SaveCloseButtons } from './Components/SaveCloseButtons';
export { Schedule } from './Components/Schedule';
export { Schedule, type ScheduleConfig } from './Components/Schedule';
export { SelectWithIcon } from './Components/SelectWithIcon';
export { TabContainer } from './Components/TabContainer';
export { TabContent } from './Components/TabContent';
Expand Down

0 comments on commit ab66c91

Please sign in to comment.