UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

7 lines (6 loc) 201 B
import React from 'react'; export interface WarningTextProps extends React.HTMLAttributes<HTMLParagraphElement> { children: React.ReactNode; theme?: 'light' | 'dark'; className?: string; }