6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import BigImage from "./BigImage";
|
|
|
|
export type { BigImageProps, BigImageRef } from './BigImage'
|
|
|
|
export default BigImage
|