UNPKG

native-fn

Version:
7 lines (6 loc) 149 B
export declare interface Theme { get value(): string | undefined; set value(color: string | undefined); Constants: {}; Errors: {}; }