@td-design/react-native
Version:
react-native UI组件库
9 lines • 344 B
TypeScript
import React from 'react';
import { LayoutChangeEvent } from 'react-native';
import { AnimatedNoticeProps } from './type';
declare const _default: React.NamedExoticComponent<AnimatedNoticeProps & {
height: number;
onContentLayout: (e: LayoutChangeEvent) => void;
}>;
export default _default;
//# sourceMappingURL=AnimatedNotice.d.ts.map