UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 415 B
export { default as EbayTextbox, type EbayTextboxProps } from "./textbox"; export { default as EbayTextboxPrefixIcon } from "./prefix-icon"; export { default as EbayTextboxPrefixText } from "./prefix-text"; export { default as EbayTextboxPostfixIcon } from "./postfix-icon"; export { default as EbayTextboxPostfixText } from "./postfix-text"; export type { Size } from "./types"; //# sourceMappingURL=index.d.ts.map