UNPKG

@patreon/studio

Version:

Patreon Studio Design System

4 lines (3 loc) 198 B
import React from 'react'; import type { LabelProps } from './types'; export declare function Label({ error, secondary, htmlFor, 'data-tag': dataTag, id, children }: LabelProps): React.JSX.Element;