Commit db3712c1 authored by XieZhiXiong's avatar XieZhiXiong

chore: 导出类型声明

parent 288f3e88
......@@ -9,7 +9,7 @@ import React from 'react';
import classNames from 'classnames';
import styles from './index.less';
interface StatusTagProps {
export type StatusTagProps = {
type: 'success' | 'warning' | 'default' | 'danger' | 'primary' | 'nobility';
title: React.ReactNode;
style?: {[key: string]: any},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment