UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 275 B
import React from 'react'; import { DrawerActionsProps } from './DrawerActions.types'; /** * DrawerActions are components used inside Dialogs to position the footer actions. */ declare const DrawerActions: React.FC<DrawerActionsProps>; export default DrawerActions;