UNPKG

112 BTypeScriptView Raw
1import { Option } from '../types';
2export default function getOptionProperty(option: Option, key: string): any;