All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.widgets.Form.fields.MarkdownField.MappedComponents.N2oButton.tsx Maven / Gradle / Ivy

The newest version!
import React from 'react'
import omit from 'lodash/omit'
import classNames from 'classnames'

// @ts-ignore import from js file
import StandardButton from '../../../../../buttons/StandardButton/StandardButton'
import { ReactMarkdownExtendedProps } from '../helpers'

export function N2oButton(props: ReactMarkdownExtendedProps) {
    const { className, placement } = props

    return (
        
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy