UNPKG

primereact

Version:

A rich set of premium UI Components for React.

15 lines (14 loc) 948 B
export * from './Terminal.context'; export * as Terminal from './Terminal.parts'; export * as TerminalProps from './Terminal.props'; export { defaultCommandProps, TerminalCommand } from './command'; export { defaultCommandListProps, TerminalCommandList } from './commandlist'; export { defaultCommandPromptLabelProps, TerminalCommandPromptLabel } from './commandpromptlabel'; export { defaultCommandResponseProps, TerminalCommandResponse } from './commandresponse'; export { defaultCommandValueProps, TerminalCommandValue } from './commandvalue'; export { defaultPromptProps, TerminalPrompt } from './prompt'; export { defaultPromptLabelProps, TerminalPromptLabel } from './promptlabel'; export { defaultPromptValueProps, TerminalPromptValue } from './promptvalue'; export { defaultRootProps, TerminalRoot } from './root'; export { defaultWelcomeProps, TerminalWelcome } from './welcome'; export type * from '@primereact/types/primitive/terminal';