UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

9 lines (8 loc) 283 B
import { ImageProps } from '../../interface'; interface ShowFooterProps { title: ImageProps['title']; description: ImageProps['description']; actions: ImageProps['actions']; } export default function useShowFooter(props: ShowFooterProps): (string | number)[]; export {};