UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

8 lines (7 loc) 121 B
import { ReactNode } from 'react'; export interface IButtonTextProps { /** * */ children: ReactNode; }