UNPKG

@wordpress/components

Version:
14 lines (11 loc) 254 B
/** * Internal dependencies */ import { ControlLabel } from '../index'; export default { component: ControlLabel, title: 'G2 Components (Experimental)/ControlLabel', }; export const _default = () => { return <ControlLabel>Label</ControlLabel>; };