UNPKG

@skymp/skymp-ui-components

Version:

Library of UI components, styles and resources of Skymp

6 lines (5 loc) 228 B
import React from "react"; export interface CheckboxSVGProps extends React.SVGProps<SVGSVGElement> { isChecked?: boolean; } export declare const CheckboxIcon: ({ isChecked, ...props }: CheckboxSVGProps) => JSX.Element;