UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

7 lines (6 loc) 257 B
import React from 'react'; import type { DrawerProps } from './interfaces'; export declare type DrawerRef = { bodyElement: () => HTMLElement; }; export declare const Drawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<DrawerRef>>;