reablocks
Version:
Component library for React
13 lines (12 loc) • 661 B
TypeScript
import { default as React } from 'react';
declare const _default: {
title: string;
component: React.FC<Partial<import('./Drawer').DrawerProps>>;
};
export default _default;
export declare const Simple: () => import("react/jsx-runtime").JSX.Element;
export declare const WithFooter: () => import("react/jsx-runtime").JSX.Element;
export declare const WithForm: () => import("react/jsx-runtime").JSX.Element;
export declare const BottomSheet: () => import("react/jsx-runtime").JSX.Element;
export declare const LeftDrawer: () => import("react/jsx-runtime").JSX.Element;
export declare const CustomAnimation: () => import("react/jsx-runtime").JSX.Element;