components.widgets.Form.fields.StandardField.Description.tsx Maven / Gradle / Ivy
import React from 'react'
export interface Props {
value?: string
}
/**
* Описание поля
* @example
*
*/
export const Description = ({ value, ...props }: Props) => (
{value}
)
export default Description
© 2015 - 2025 Weber Informatics LLC | Privacy Policy