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