UNPKG

yg-my-lib

Version:

这是一个测试的库,未正式使用

3 lines (2 loc) 156 B
import { IDynamicButtonProps } from './type'; export declare function DynamicButton({ label, ...props }: IDynamicButtonProps): import("react").JSX.Element;