@vtex/admin-ui
Version:
> VTEX admin component library
30 lines (29 loc) • 791 B
TypeScript
import type { ComponentPropsWithRef } from 'react';
declare const _List: import("@vtex/admin-ui-react").AdminUIJsxElement<"ul", {}, {
style: {
disc: any;
circle: any;
none: any;
square: any;
decimal: any;
inherit: any;
initial: any;
unset: any;
};
}>;
export declare const List: import("@vtex/admin-ui-react").AdminUIJsxElement<"ul", {}, {
style: {
disc: any;
circle: any;
none: any;
square: any;
decimal: any;
inherit: any;
initial: any;
unset: any;
};
}> & {
Item: import("@vtex/admin-ui-react").AdminUIJsxElement<"li", {}, {}>;
};
export declare type ListProps = ComponentPropsWithRef<typeof _List>;
export {};