export function BorderStyleNoStyleUtils() {

    return (
        <div className="k-border-none k-w-20 k-h-20 k-bg-secondary"></div>
    );
}
