UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

7 lines (6 loc) 182 B
/// <reference types="react" /> export default function Label({ icon, text, variant, }: { icon?: JSX.Element; text?: string; variant?: 'green' | 'blue'; }): JSX.Element;