mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
13 lines
311 B
TypeScript
13 lines
311 B
TypeScript
// export types
|
|
export type {SnippetProps} from "./snippet";
|
|
|
|
// export hooks
|
|
export {useSnippet} from "./use-snippet";
|
|
|
|
// export misc
|
|
export {SnippetCheckIcon} from "./snippet-check-icon";
|
|
export {SnippetCopyIcon} from "./snippet-copy-icon";
|
|
|
|
// export component
|
|
export {default as Snippet} from "./snippet";
|