UNPKG

@vnmfify/core

Version:

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

8 lines (7 loc) 287 B
import { ViewProps } from "@vnxjs/components/types/View"; import { ReactNode } from "react"; interface ListPlaceholderProps extends ViewProps { children?: ReactNode; } declare function ListPlaceholder(props: ListPlaceholderProps): JSX.Element; export default ListPlaceholder;