UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

9 lines (8 loc) 291 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 {};