Cleanup @tldraw/ui types / exports (#1504)
This PR cleans up exports from TldrawUi, unifying types under `TLUi` and removing many items from exports / marking others as internal. ### Change Type - [x] `major` — Breaking Change ### Release Notes - [editor] clean up / unify types
This commit is contained in:
parent
735f1c41b7
commit
a5e653b225
61 changed files with 807 additions and 1255 deletions
|
@ -13,7 +13,7 @@ interface StylePanelProps {
|
|||
isMobile?: boolean
|
||||
}
|
||||
|
||||
/** @public */
|
||||
/** @internal */
|
||||
export const StylePanel = function StylePanel({ isMobile }: StylePanelProps) {
|
||||
const editor = useEditor()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue