UNPKG

notion-design-system

Version:

A comprehensive Notion-inspired design system built with React, TypeScript, and Tailwind CSS

6 lines (5 loc) 162 B
import React from 'react'; import { BlockProps } from '../../types'; declare const Block: React.FC<BlockProps>; export default Block; export type { BlockProps };