UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

5 lines (4 loc) 238 B
import React from 'react'; import type { WarningTextProps } from './WarningText.types'; declare const WarningText: React.ForwardRefExoticComponent<WarningTextProps & React.RefAttributes<HTMLParagraphElement>>; export default WarningText;