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

10 lines
233 B
TypeScript
Raw Normal View History

export * from "./checkbox";
export * from "./date-time";
export * from "./email";
export * from "./file";
export * from "./number";
export * from "./relation";
export * from "./select";
2023-09-14 07:39:21 +00:00
export * from "./text";
export * from "./url";