Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/// <reference types="react" />
/**
 * @todo this was styled.li
 * - but we need li + <label>
 * - to be semantic + accessible
 */
declare const ToggleItemWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const ToggleItemIconWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
declare const ToggleItemLabel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { ToggleItemWrapper, ToggleItemIconWrapper, ToggleItemLabel };