@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 602 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 EmptyState=function EmptyState(_props){throwBladeError({message:'EmptyState is not yet implemented for native',moduleName:'EmptyState'});return jsx(Text,{children:"EmptyState Component is not available for Native mobile apps."});};
export { EmptyState };
//# sourceMappingURL=EmptyState.native.js.map