UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

14 lines (13 loc) 400 B
import './SmartWearableFilter.css'; export declare type SmartWearableFilterProps = { isOnlySmart?: boolean; onChange: (value: boolean) => void; 'data-testid'?: string; className?: string; i18n?: { title: string; selected: string; }; defaultCollapsed?: boolean; }; export declare const SmartWearableFilter: (props: SmartWearableFilterProps) => JSX.Element;