@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
103 lines (102 loc) • 2.19 kB
TypeScript
export default Types;
export const DNB: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const Saga: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const PB: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const Mastercard: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const ProductType: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const CardType: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const BankAxept: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const BankAxeptType: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
export const Visa: {
toString: () => any;
prototype: {
cata: (fs: any) => any;
toString: () => string;
};
is: (val: any) => boolean;
'@@type': any;
'@@tags': string[];
};
declare namespace Types {
export { DNB };
export { Saga };
export { PB };
export { Mastercard };
export { ProductType };
export { CardType };
export { BankAxept };
export { BankAxeptType };
export { Visa };
}