UNPKG

@ray-js/components

Version:

Ray basic components

10 lines (9 loc) 214 B
import { BaseProps } from '../types'; export interface LabelProps extends BaseProps { /** * @description.en htmlFor * @description.zh htmlfor * @default undefined */ htmlFor?: string; }