plane/web/components/custom-attributes/index.ts

9 lines
263 B
TypeScript
Raw Normal View History

2023-09-15 07:06:51 +00:00
export * from "./attribute-display";
2023-09-12 14:06:35 +00:00
export * from "./attribute-forms";
export * from "./dropdowns";
export * from "./delete-object-modal";
2023-09-12 14:06:35 +00:00
export * from "./input";
export * from "./object-modal";
export * from "./objects-list";
export * from "./objects-select";