zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
17 lines (16 loc) • 404 B
JavaScript
import FabButton from '../components/fab-button';
/* dts-props
id?: string | number;
className?: string;
style?: React.CSSProperties;
fabClose? : boolean;
label? : string;
target? : string;
tooltip? : string;
tooltipTrigger? : string;
onClick? : (event?: any) => void;
COLOR_PROPS
ref?: React.MutableRefObject<{el: HTMLElement | null}>;
CHILDREN_PROP
*/
export default FabButton;