UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 157 B
export interface TabContextProps { activeKey: string | number; change: (key: string | number) => void; fullWidth: boolean; children?: any; }