UNPKG

gestalt

Version:

A set of React UI components which enforce Pinterest's design language

8 lines (7 loc) 203 B
type Props = { direction: 'up' | 'right' | 'down' | 'left'; height: 4 | 12; width: 4 | 12; }; export default function Caret(props: Props): import("react/jsx-runtime").JSX.Element; export {};