zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
13 lines (12 loc) • 314 B
JavaScript
import ActionsLabel from '../components/actions-label';
/* dts-props
id: string | number;
className: string;
style: React.CSSProperties;
bold: boolean;
onClick?: (event?: any) => void
ref?: React.MutableRefObject<{el: HTMLElement | null}>;
COLOR_PROPS
CHILDREN_PROP
*/
export default ActionsLabel;