@utrecht/component-library-react
Version:
React component library bundle for the Municipality of Utrecht based on the NL Design System architecture
6 lines • 361 B
TypeScript
import { InputHTMLAttributes } from 'react';
export interface FormToggleProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
invalid?: boolean;
}
export declare const FormToggle: import("react").ForwardRefExoticComponent<FormToggleProps & import("react").RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=FormToggle.d.ts.map