UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

12 lines (11 loc) 244 B
export interface PublishStateProps { /** The text displayed. */ text?: string; } declare const PublishState: { (publishState: PublishStateProps): any; defaultProps: { text: string; }; }; export default PublishState;