UNPKG

react-life-design

Version:
9 lines (8 loc) 266 B
/// <reference types="react" /> import { IProps } from '../AlertFlag'; interface IChildProps extends IProps { color?: string; css?: string; } declare const _default: ({ children, color, icon, ...props }: IChildProps) => JSX.Element; export default _default;