import type { BaseProps, ChildrenProps } from '~/types/component'; export interface LabelProps extends BaseProps, ChildrenProps { error?: boolean; secondary?: boolean; htmlFor: string; }