2025-05-28 15:36:51 -07:00

6 lines
112 B
TypeScript

import BaseSvg from "./BaseSvg";
export default BaseSvg;
export * from "./BaseSvgTypings";
export { BaseSvg };