UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

10 lines (9 loc) 337 B
interface CustomerProfileViewLoadingSkeletonProps { elements?: number; } declare const CustomerProfileViewLoadingSkeleton: { ({ elements }: CustomerProfileViewLoadingSkeletonProps): JSX.Element; displayName: string; defaultProps: CustomerProfileViewLoadingSkeletonProps; }; export { CustomerProfileViewLoadingSkeleton };