Files

4 lines
100 B
TypeScript
Raw Permalink Normal View History

import { TdPopoverProps } from './type';
declare const props: TdPopoverProps;
export default props;