4 lines
No EOL
181 B
TypeScript
4 lines
No EOL
181 B
TypeScript
export * from "./ImageList.js";
|
|
export { default } from "./ImageList.js";
|
|
export * from "./imageListClasses.js";
|
|
export { default as imageListClasses } from "./imageListClasses.js"; |