UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 191 B
import type { ISkeletonComponentType } from './types'; declare const Skeleton: ISkeletonComponentType; export { Skeleton }; export type { ISkeletonProps, ISkeletonTextProps } from './types';