UNPKG

@krowdy-ui/views

Version:

React components that implement Google's Material Design.

7 lines (4 loc) 127 B
export type ListWindowProps = { } declare const ListWindow: React.ComponentType<ListWindowProps>; export default ListWindow;