@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
11 lines (8 loc) • 343 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { CheckboxProps } from './types.js';
import { ElementType } from 'react';
declare const Checkbox: {
<CheckboxComponent extends ElementType = "input">(inProps: CheckboxProps<CheckboxComponent>): react_jsx_runtime.JSX.Element;
displayName: string;
};
export { Checkbox };