plane/web/components/custom-attributes/index.ts
2023-09-15 12:36:51 +05:30

9 lines
263 B
TypeScript

export * from "./attribute-display";
export * from "./attribute-forms";
export * from "./dropdowns";
export * from "./delete-object-modal";
export * from "./input";
export * from "./object-modal";
export * from "./objects-list";
export * from "./objects-select";