@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
5 lines (4 loc) • 311 B
TypeScript
import { CheckboxGroupProps } from './CheckboxGroup';
type ValidationProps = Pick<CheckboxGroupProps, 'children' | 'description' | 'id' | 'legend' | 'systemFeedback'>;
export declare const validateCheckboxGroupProps: ({ children, description, id, legend, systemFeedback, }: ValidationProps) => void;
export {};