onecart-ui
Version:
OneCart UI: Cross-platform design tokens + React & React Native components
9 lines • 323 B
TypeScript
import React from 'react';
export interface SentimentNeutralProps {
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
color?: string;
className?: string;
style?: React.CSSProperties;
}
export declare const SentimentNeutral: React.FC<SentimentNeutralProps>;
//# sourceMappingURL=SentimentNeutral.web.d.ts.map