UNPKG

design-token-inspector

Version:

UI components built for inspecting design tokens in a live application

4 lines (3 loc) 211 B
import { ReactNode } from 'react'; import { Variable } from '../../types/variables'; export declare const variableToFormInput: (variable: Variable, onChange: (name: string, value: string) => void) => ReactNode;