UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 373 B
import { CheckboxGroupProps } from './CheckboxGroup'; type ValidationProps = Pick<CheckboxGroupProps, 'children' | 'description' | 'hideLegend' | 'id' | 'legend' | 'popoverContent' | 'systemFeedback'>; export declare const validateCheckboxGroupProps: ({ children, description, hideLegend, id, legend, popoverContent, systemFeedback, }: ValidationProps) => void; export {};