plane/web/components/custom-attributes/index.ts
2023-09-15 14:14:08 +05:30

10 lines
298 B
TypeScript

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