UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

13 lines (12 loc) 345 B
import React from 'react'; export interface DrawerFooterProps { children?: React.ReactNode; start?: React.ReactNode; end?: React.ReactNode; center?: React.ReactNode; closeLabel?: string; onClose?: () => void; className?: string; } declare const DrawerFooter: React.FC<DrawerFooterProps>; export default DrawerFooter;