UNPKG

wix-style-react

Version:
11 lines (8 loc) 241 B
import * as React from 'react'; export interface LabelledElementProps { dataHook?: string; label?: string; value?: string; disabled?: boolean; } export default class LabelledElement extends React.Component<LabelledElementProps> {}