UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

9 lines (8 loc) 250 B
/// <reference types="react" /> export interface IScaleRow { name: string; scale: string[]; title: 'light' | 'lightA' | 'dark' | 'darkA'; } declare const ScaleRow: import("react").NamedExoticComponent<IScaleRow>; export default ScaleRow;