UNPKG

@vnmfify/core

Version:

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

7 lines (6 loc) 193 B
/// <reference types="react" /> interface IndexListIndexProps { index?: number | string; } export default function IndexListIndex(props: IndexListIndexProps): JSX.Element; export {};