UNPKG

@gdjiami/jm-mrc-components

Version:

移动端可复用组件库

10 lines (9 loc) 267 B
import React from 'react'; export interface NoticeBarProps { children?: React.ReactNode; action?: React.ReactNode; icon?: React.ReactElement; } export default class NoticeBar extends React.Component<NoticeBarProps> { render(): JSX.Element; }