UNPKG

siegel

Version:

Web application development ecosystem

9 lines (8 loc) 296 B
import type { Component, Props } from './types'; declare const componentID = "-ui-button"; declare const Button: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ type: Props["type"]; }>>; export default Button; export { componentID }; export type { Component, Props };