UNPKG

onecart-ui

Version:

OneCart UI: Cross-platform design tokens + React & React Native components

9 lines 355 B
import React from 'react'; export interface KeyboardDoubleArrowRightProps { size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number; color?: string; className?: string; style?: React.CSSProperties; } export declare const KeyboardDoubleArrowRight: React.FC<KeyboardDoubleArrowRightProps>; //# sourceMappingURL=KeyboardDoubleArrowRight.web.d.ts.map