UNPKG

zextra

Version:

zikojs extra components

11 lines (7 loc) 252 B
import { UIElement } from "ziko/dom"; declare class UIShineBorder extends UIElement {} export declare const ShineBorder: (props : { shineColor?: string | string[], shineLength: number, }, ...items : UIElement[] ) => UIShineBorder;