UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

8 lines (7 loc) 220 B
import { ReactNode } from "react"; interface ImagePlaceholderProps { prefix: string; children?: ReactNode; } export default function ImagePlaceholder(props: ImagePlaceholderProps): JSX.Element; export {};