UNPKG

tldraw

Version:

A tiny little drawing editor.

8 lines (7 loc) 552 B
{ "version": 3, "sources": ["../../../../../../src/lib/ui/components/primitives/Button/TldrawUiButtonLabel.tsx"], "sourcesContent": ["import { ReactNode } from 'react'\n\n/** @public */\nexport interface TLUiButtonLabelProps {\n\tchildren?: ReactNode\n}\n\n/** @public @react */\nexport function TldrawUiButtonLabel({ children }: TLUiButtonLabelProps) {\n\treturn <span className=\"tlui-button__label\">{children}</span>\n}\n"], "mappings": "AASQ;AADD,SAAS,oBAAoB,EAAE,SAAS,GAAyB;AACvE,SAAO,oBAAC,UAAK,WAAU,sBAAsB,UAAS;AACvD;", "names": [] }