UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 267 B
import React from 'react'; import { DrawerContentProps } from './DrawerContent.types'; /** * DrawerContents are components used to show the main content of a drawer. */ declare const DrawerContent: React.FC<DrawerContentProps>; export default DrawerContent;