UNPKG

@skiyee/uni-ui

Version:

一个由原子化CSS驱动、符合直觉设计、高度定制化、面向AI时代的移动端 UI 库,助力开发者打造独特且差异化的移动端应用程序

49 lines (48 loc) 965 B
//! @unocss-include /** * @skiyee/uni-ui v1.1.0 * @author skiyee(https://github.com/skiyee) * @license Apache License 2.0 * @copyright 2025-present skiyee All rights reserved. **/ import * as _skiyee_ucv5 from "@skiyee/ucv"; import { InferProps } from "@skiyee/ucv"; //#region src/styles/sk-button.d.ts declare const SkButtonUcv: _skiyee_ucv5.SingleElementComponent<{ color: { neutral: string; brand: string; success: string; warning: string; danger: string; }; size: { small: string; medium: string; large: string; }; variant: { solid: string; bound: string; text: string; }; radius: { tiny: string; small: string; medium: string; large: string; huge: string; }; disabled: { true: string; }; loading: { true: string; }; full: { true: string; }; }>; type SkButtonUcvProps = InferProps<typeof SkButtonUcv>; //#endregion export { SkButtonUcv, SkButtonUcvProps };