Files
DevToysWeb/components/buttons/index.ts
2023-08-11 20:23:21 +09:00

5 lines
98 B
TypeScript

export * from "./clear";
export * from "./copy";
export * from "./file";
export * from "./paste";