UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

10 lines (9 loc) 404 B
import React from 'react'; /** * @description * OptionLabelSlice component is used to render the label of an option. * @param {React.PropsWithChildren<IOptionSlice>} props * @returns {JSX.Element | null} * @constructor */ export declare const OptionLabelSlice: ({ variant, color, weight, decoration, component, dataTestId, children, }: React.PropsWithChildren<IOptionSlice>) => JSX.Element | null;