@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 860 B
JavaScript
import 'react';
import '../Typography/Heading/Heading.js';
import { Text } from '../Typography/Text/Text.js';
import '../Typography/Code/Code.js';
import '../Typography/Display/Display.js';
import { throwBladeError } from '../../utils/logger/logger.js';
import { jsx } from 'react/jsx-runtime';
var DrawerHeader=function DrawerHeader(_props){throwBladeError({message:'DrawerHeader is not yet implemented for native',moduleName:'DrawerHeader'});return jsx(Text,{children:"Drawer Component is not available for Native mobile apps."});};var DrawerBody=function DrawerBody(_props){throwBladeError({message:'DrawerBody is not yet implemented for native',moduleName:'DrawerBody'});return jsx(Text,{children:"Drawer Component is not available for Native mobile apps."});};
export { DrawerBody, DrawerHeader };
//# sourceMappingURL=DrawerSubcomponents.native.js.map