7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
import * as React from 'react';
|
|
export interface PropWarningProps {
|
|
dropdownMatchSelectWidth?: boolean;
|
|
}
|
|
declare const _default: React.NamedExoticComponent<PropWarningProps> | (() => null);
|
|
export default _default;
|