Skip to content

Commit

Permalink
Fix EditableObject types export
Browse files Browse the repository at this point in the history
  • Loading branch information
TonProtofy committed Dec 11, 2024
1 parent c0eb4cb commit a6fbbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protolib/src/components/EditableObject/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {useTint} from '../../lib/Tints'
import { ItemMenu } from "../ItemMenu";
import { getElement } from "./Element";
import { EditableObjectProps } from "./types";
export { EditableObjectProps } from "./types";
export * from "./types";

export const OpenedSectionsContext = createContext<[string[], Function]>([[], (openedSections) => { }]);

Expand Down

0 comments on commit a6fbbdf

Please sign in to comment.