Revert export twenty UI (#17929)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Charles Bochet
2026-02-13 17:55:04 +01:00
committed by GitHub
parent c173f01601
commit a95a286c59
121 changed files with 386 additions and 10004 deletions
@@ -29,7 +29,7 @@ const StyledLineSpan = styled.span`
color: ${({ theme }) => theme.code.text.green};
`;
export type CommandBlockProps = {
type CommandBlockProps = {
commands: string[];
button?: ReactElement;
};