UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 265 B
import React from 'react'; import { ContentStateProps } from './ContentState.types'; /** * A content state is a component used to show useful information to the user. */ declare const ContentState: React.FC<ContentStateProps>; export default ContentState;